Answer Posted / yusuf
Bjourne Stroustrup
| Is This Answer Correct ? | 20 Yes | 2 No |
Post New Answer View All Answers
Difference between class and structure.
What is lambda in c++?
What is setiosflags c++?
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
What is operators in c++?
How do you flush std cout?
How the programmer of a class should decide whether to declare member function or a friend function?
Why do we use structure in c++?
Is multimap sorted c++?
What is a tuple c++?
What is the difference between global variables and static varables?
How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
Which one is a preferred language C or C++? Why?
Write a recursive program to calculate factorial in c++.