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 / ramez
Constant expression will be required here...
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
To what does “event-driven” refer?
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
What is array in c++ pdf?
Discuss the possibilities related to the termination of a program before entering the mainq method?
Can I create my own functions in c++?
Write a program in c++ to print the numbers from n to n2 except 5 and its multiples
What is encapsulation in C++? Give an example.
What is class syntax c++?
Should the member functions which are made public in the base class be hidden?
how to explain our contribution in the project?
What are protected members in c++?
Can you explicitly call a destructor on a local variable?
Explain how overloading takes place in c++?
What is purpose of new operator?
What do you mean by persistent and non persistent objects?