What are c++ data types?
No Answer is Posted For this Question
Be the First to Post Answer
Disadvantages of c++
What is the copy-and-swap idiom?
What is a far pointer? where we use it?
What is the best sorting algorithm, when there is a large amount of data, that cannot be fit in the main memory. ?
#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }
write the code that display the format just like 1 2 1 3 2 1 4 3 2 1 5 4 3 2 1 6 5 4 3 2 1
Define a constructor - what it is and how it might be called (2 methods)?
What do you mean by global variables?
Difference between struct and class in terms of access modifier.
What does '\r' and '\b' mean? Please explain with example.
What is the basic structure of a c++ program?
what are Access specifiers in C++ class? What are the types?