Answer Posted / edward
you can't change
| Is This Answer Correct ? | 5 Yes | 13 No |
Post New Answer View All Answers
Is string data type in c++?
Describe private, protected and public – the differences and give examples.
Which is better c++ or java?
What is null pointer and void pointer?
What is a class definition?
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
what is upcasting in C++?
What are separators in c++?
Do you know about latest advancements in C++ ?
How does list r; differs from list r();?
What is encapsulation in c++ with example?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
What is an operator function? Describe the function of an operator function?
What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number
Do class declarations end with a semicolon?