List the difference between a "copy constructor" and a "assignment operator"?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between formatted&unformatted i/o functions?
What is function prototype?
What is the difference between the expression “++a” and “a++”?
What is your favorite subject?
1 Answers Ericsson, Invendis, Tech Mahindra,
Explain how do you generate random numbers in c?
wap in c to accept n number display the highest and lowest value
what is memory leak?
Where are c variables stored in memory?
with out using main how to execute the program?
What is a program flowchart?
What does != Mean in c?
15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?