Is c++ built on c?
No Answer is Posted For this Question
Be the First to Post Answer
Define whitespace in C++.
Tell me difference between constant pointer and pointer to a constant.
What is the use of 'using' declaration in c++?
Describe linkages and types of linkages?
How a macro differs from a template?
Write about the retrieval of n number of objects during the process of delete[]p?
How do you print a string on the printer?
Write a program to swap 2 chars without using a third varable? char *s = "A"; char *p = "B";
Is c better than c++?
If dog is a friend of boy and boy is a friend of house, is dog a friend of house?
write a programme to get a character and thier ASCII value
Difference between Operator overloading and Functional overloading?