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 / kamal
10
| Is This Answer Correct ? | 30 Yes | 9 No |
Post New Answer View All Answers
How can we read/write Structures from/to data files?
What is abstract class in c++?
What is const pointer and const reference?
What is #include iostream h in c++?
What is the output of the following program? Why?
Write a program to find the Factorial of a number
How do I write a c++ program?
What is a node class in c++?
What is the main use of c++?
Explain how to initialize a const member data.
What are the vectors in c++?
Is it possible to use a new for the reallocation of pointers ?
What is the best c++ book?
What is else if syntax?
How does java differ from c and c++?