Is C++ a scripting language?

Q #3) Is C++ scripting language? Answer: Programs written in C++ are compiled and then the compiled code runs to generate the output. C++ is thus a programming language and not a scripting language , since scripting languages are directly interpreted at run time and no prior compilation of the code takes place.

Read more