What is c++ and its features?
No Answer is Posted For this Question
Be the First to Post Answer
int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?
Name the implicit member functions of a class.
Describe private, protected and public – the differences and give examples.
You want to link a c++ program to c functions. How would you do it?
How compile and run c++ program in turbo c++?
What is meant by reference variable in C++?
List different attributes in C++?
Write any small program that will compile in "C" but not in "C++"?
What is the difference between public and private data members?
What is math h in c++?
Difference between static global and global?
16 Answers Microsoft, Symphony, Wipro,
What do you understand by zombie objects in c++?