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
Which programming language's unsatisfactory performance led to the discovery of c++?
What are the uses of c++ in the real world?
Explain selection sorting?
which operator is used for performing an exponential operation a) > b) ^ c) none
Define a nested class. Explain how it can be useful.
How do I get good at c++ programming?
When can I use a forward declaration?
What is class in c++ with example?
What is double in c++?
What is the best it certification?
What are protected members in c++?
How the endl and setw manipulator works?
Do vectors start at 0?
Is set c++?
What methods can be overridden in java?