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 / anil hooda
it will return any integer value.....
Is This Answer Correct ? | 1 Yes | 9 No |
Post New Answer View All Answers
What is endianness?
Which is not a valid keyword a) public b) protected c) guarded
What is the type of this pointer in c++?
What are protected members in c++?
How does java differ from c and c++?
What is a driver program?
If dog is a friend of boy, and terrier derives from dog, is terrier a friend of boy?
What is a c++ vector?
What is an arraylist c++?
What is the advantage of an external iterator.
Discussion on error handling of C++ .
Why c++ is faster than java?
What are friend functions in C++?
What is the difference between new() and malloc()?
What are compilers in c++?