What does the following code do: int c=0; cout<
a) Undefined *Updated*
b) 01
c) 00
No Answer is Posted For this Question
Be the First to Post Answer
Is c better than c++?
What is linked list in c++?
What is oops in c++?
what you know about c++?
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.
What is meaning of in c++?
What is data binding in c++?
How do you invoke a base member function from a derived class in which you have not overridden that function?
Why is main an int?
Is it possible to provide default values while overloading a binary operator?
Is c++ a float?
What is the need of a destructor? Explain with the help of an example.