Difference between delete and free.
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantages of using const reference arguments in a function?
what is the diff b/n c and c++ a. dynamic scoping b. nested switching c. declaration of variables in any code block d. separation of compilation and linking
What are the various compound assignment operators in c++?
What are vtable and vptr?
Write a program to calculate the following i want a c++program for this condition 1+4+9+16+….+100 Like this (1^2+2^2) Hint use function pow(a,b)
What is istream and ostream in c++?
What is the difference between public, private, protected inheritance?
What do you mean by funtion prototype?
How can we check whether the contents of two structure variables are same or not?
What is array give example?
What is pointer with example?
How to get the current position of the file pointer?