int main()
{
int i ,a[i];
i = 0;
a[i] = 10;
cout<< a[i] << endl;
return 0;
}
What will be output of this program?
Answers were Sorted based on User's Feedback
What does obj stand for?
Is it possible to get the source code back from binary file?
Does c++ have finally?
How would you use the functions randomize() and random()?
What is c strings syntax?
What is a binary file? List the merits and demerits of the binary file usagein C++.
What is the keyword auto for?
Can a Structure contain a Pointer to itself?
Define a constructor?
What do you mean by translation unit?
What is time_t c++?
What do you mean by C++ access specifiers ?