What is the use of structure in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to swap 2 chars without using a third varable? char *s = "A"; char *p = "B";
Name the operators that cannot be overloaded in C++?
Why null pointer is used?
What is stream and its types in c++?
Can member data be public?
What character terminates all character array strings a) b) . c) END
How does java differ from c and c++?
How does throwing and catching exceptions differ from using setjmp and longjmp?
Why is c++ still popular?
Where must the declaration of a friend function appear?
What is the benefit of learning c++?
What is an inclusion guard?