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
What is linked list in c++?
When we use Abstract Class and when we use Interface?where we will implement in real time?
Distinguish between a # include and #define.
What is encapsulation in c++?
Can you Mention some Application of C/C++?
What is a storage class in C++
. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?
Refer to a name of class or function that is defined within a namespace?
what is difference between static and non-static variables
Can we define function inside main in c++?
Why is c++ difficult?
How to reduce a final size of executable?