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


Please Help Members By Posting Answers For Below Questions

How to tokenize a string in c++?

604


What do you mean by vtable and vptr in c++?

622


What is a linked list in c++?

546


Does dev c++ support c++ 11?

550


How do you show the declaration of a virtual constructor?

530






Explain storage qualifiers in c++.

620


We use library functions in the program, in what form they are provided to the program?

598


What are vectors used for in c++?

623


What is the difference between a pointer and a link in c ++?

566


Which is better turbo c++ or dev c++?

563


What is a c++ object?

617


What is the oldest programming language?

568


Define pointers?

609


What is object file? How can you access object file?

599


Is c++ map a hash table?

567