Which is better turbo c++ or dev c++?
No Answer is Posted For this Question
Be the First to Post Answer
What c++ library is string in?
int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?
What is #include iostream?
What is the standard template library (stl)?
What is a node class in c++?
What does ios :: app do in c++?
What is std :: flush?
What is a flag in c++?
Define linked lists with the help of an example.
What are containers in c++?
What is ios class in c++?
When are exception objects created?