Is C++ good for AI?
You don't need a powerful language for programming AI. Most of the developers are using libraries like Keras, Torch, Caffe, Watson, TensorFlow, etc. Those low level libraries are highly optimized and handle all the tough work. They are built with high-performance languages, like C, C++. Can C be used for AI? Depending on the application at hand, C can also be used for implementing AI just like any other language. AI is more about algorithms that can learn and adapt, implementation can happen using variety of languages and frameworks depending on application complexity, platform architecture and developer's suitability.