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 / ravinder kumar(omnietysolution
Error in program
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
Can class objects be passed as function arguments?
Why do we need pointers?
What is a manipulative person?
What are 2 ways of exporting a function from a dll?
Refer to a name of class or function that is defined within a namespace?
Explain the differences between private, public and protected and give examples.
What is wrapper class in c++?
Do you need a main function in c++?
What is iomanip c++?
What is math h in c++?
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
What is purpose of abstract class?
What is function overloading in C++?
What is the limitation of cin while taking input for character array?
What is the advantage of an external iterator.