What are the types of pointer?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we use pointers in c++?
Write a program to swap 2 chars without using a third varable? char *s = "A"; char *p = "B";
What is c++ best used for?
What is a flag in c++?
How size of a class can be calulated?
What are the restrictions apply to constructors and destructors?
Explain virtual class and friend class.
What is flush c++?
Explain the concept of inheritance in C++.
How do I tokenize a string in c++?
Do class declarations end with a semicolon? Do class method definitions?
if int1 has the value 12, int has the value 18, and int3 has the value 21, what is the result: int1 < int2 && int2 < int 3