Write a C++ program to print strings in reverse order.
What is bool in C++
Write a program to generate the Fibonocci Series in C++.
What is constant keyword in C++? Illustrate its various uses.
0 Answers Akamai Technologies, Infogain,
Mention the default functions in C++, how would you detect that error has occurred inside the constructor and destructor.
Declare a pointer to a function that takes a char pointer as argument and returns a void pointer.
Write a program to read two numbers from the keyboard and display the larger value on the screen
Name the operators that cannot be overloaded.
How does free know the size of memory to be deleted
Write a program to read the values a, b and c and display x, where x=a/b–c. Test the program for the following values: (a) a = 250, b = 85, c = 25 (b) a = 300, b = 70, c = 70
What do you by Function Overloading in C++?
0 Answers Akamai Technologies, Infogain,
In C++ what do you mean by Inheritance?
Write a program that can take input from 3 to 8 and calculate the average?