Answer Posted / reshma
Bjarne Stroustrup
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What is stream and its types in c++?
What is setw manipulator in c++?
What is the keyword auto for?
Does c++ support multilevel and multiple inheritances?
What is a .h file c++?
Write bites in Turbo c++ Header ("Include") Files.
What is searching? Explain linear and binary search.
Explain the difference between realloc() and free() in c++?
Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---
What is the use of endl?
What does it mean to declare a member function as static?
Is swift a good first language?
What should main() return in c and c++?
How a pointer differs from a reference?
What is the type of this pointer in c++?