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 / ravinder kumar(omnietysolution
Error in program
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
What are the classes in c++?
Does c++ support exception handling?
What is the role of copy constructor in copying of thrown objects?
What is a hash function c++?
What is static in c++?
What is the c++ programming language used for?
What are associate containers?
Why can’t you call invariants() as the first line of your constructor?
What is singleton pattern in c++?
Is ca high or low level language?
Difference between inline functions and macros?
What is the use of turbo c++?
What is a type library?
How would you obtain segment and offset addresses from a far address of a memory location?
What are the various oops concepts in c++?