int main()
{
int i ,a[i];
i = 0;
a[i] = 10;
cout<< a[i] << endl;
return 0;
}
What will be output of this program?
Answer Posted / anil hooda
it will return any integer value.....
| Is This Answer Correct ? | 1 Yes | 9 No |
Post New Answer View All Answers
what is Loop function? What are different types of Loops?
What is the type of 'this' pointer? When does it get created?
What is iterator in c++?
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
What is abstraction in c++?
Write about the stack unwinding?
What is data hiding c++?
What is difference between class and structure in c++?
What are the advantages of using const reference arguments in a function?
What is iterator c++?
What does h mean in maths?
Can comments be longer than one line?
Which software is best for c++ programming?
What is an iterator?
How can you create a virtual copy constructor?