Can we make any program in c++ without using any header file and what is the shortest program in c++.
No Answer is Posted For this Question
Be the First to Post Answer
What is pointer -to-members in C++? Give their syntax?
Why is main an int?
What do you mean by translation unit in c++?
Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be
write infinite loop in C++ which does not use any variable or constant?
What is a dynamic binding in c++?
What are the different types of variables in C++?
What information can an exception contain?
Consider a c++ template funtion template<class T> T& Add(T a, T b){return a+b ;} if this function is called as T c = Add("SAM", "SUNG"); what will happen? What is the problem in the template declaration/ How to solve the problem.
Is c++ the most powerful language?
Are iterators pointers?
What is const in c++?