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 / blacky
Compiler will Core Dump
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How many namespaces are there in c++?
Evaulate: 22%5 a) 2 b) 4 c) 0
What is encapsulation in c++?
What does I ++ mean in c++?
What is setbase c++?
What do you mean by public protected and private in c++?
What is a linked list in c++?
How do you add an element to a set in c++?
How do I get good at c++ programming?
What do manipulators do?
What is the use of string in c++?
State two differences between C and C++.
What is iterator in c++?
What is the role of copy constructor in copying of thrown objects?
What is function overloading c++?