What is the best c++ book?
No Answer is Posted For this Question
Be the First to Post Answer
what is the behaviour of C and C++ compiler for the below statements. int *p; p = malloc(100); Is the behaviour same ? or different ?
List out function which we can call without using object
What are the advantages of using const reference arguments in a function?
Can you Mention some Application of C/C++?
What is a literal in c++?
what are Access specifiers in C++ class? What are the types?
write a porgram in c++ that reads an integer and print the biggest digit in the number
Which of the following operator cannot be overloaded?
What is type of 'this' pointer?
List down the guideline that should be followed while using friend function.
Describe linked list using C++ with an example.
When do we run a shell in the unix system?