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 is a unnitialised pointer?
How Virtual functions call up is maintained?
Carry out conversion of one object of user-defined type to another?
What is the output of printf("%d")?
58 Answers CTS, HCL, Infosys, TCS, Winit, Wipro,
What is the prototype of printf function?
What is setf in c++?
What is a concrete class?
What is an adaptor class in c++?
Can a constructor return a value?
What is vector processing?
in C++ , the word plus plus who found this?
What is malloc in c++?