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
Why do we use structure in c++?
What is this pointer in c++?
We use library functions in the program, in what form they are provided to the program?
What are the differences between java and c++?
What are the rules for naming an identifier?
What would happen on forgetting [], while deallocating an array through new?
What are separators in c++?
What is c++ array?
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
What are the data types in c++?
What is split a string in c++?
What is the last index number in an array of 100 characters a) 100 b) 99 c) 101