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
What is the use of typedef?
Should the this pointer can be used in the constructor?
How compile and run c++ program in turbo c++?
What is the full form nasa?
What is &x in c++?
Can we declare a base-class destructor as virtual?
write a function signature with various number of parameters.
When is dynamic checking necessary?
How many keywords are used in c++?
What it is and how it might be called (2 methods).
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
Describe friend function & its advantages.
Can you pass an array to a function in c++?
Explain what is oop?
Write a program which employs Recursion