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
What is setbase c++?
What apps are written in c++?
What is the this pointer?
Should I learn c++ c?
Which field is used in c++?
Is java as fast as c++?
What are the various storage classes in C++?
What is the v-ptr?
What is the use of this pointer in c++?
Is c++ a software?
How do you write a function that can reverse a linked-list?
Explain operator overloading.
Describe linked list using C++ with an example.
Write a program using display() function which takes two arguments.
Explain the problem with overriding functions