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

Post New Answer

More C++ General Interview Questions

What size is allocated to the union variable?

0 Answers  


What is the size of integer variable?

0 Answers  


What are the two main components of c++?

0 Answers  


Explain the difference between c++ and java.

0 Answers  


sizeof - is it a function or operator?

6 Answers   Honeywell,


I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.

0 Answers  


What is &x in c++?

0 Answers  


structure that describe a hotel with name, address,rooms and number of rooms

2 Answers  


What is else if syntax?

0 Answers  


Write a corrected statement in c++ so that the statement will work properly. x + y=z;

2 Answers  


What is the arrow operator in c++?

0 Answers  


Is c++ low level?

0 Answers  


Categories