List the difference between a 'copy constructor' and a 'assignment operator' in C?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

what is mallloc()?how it works?

4 Answers   Excel,


How can I get random integers in a certain range?

0 Answers  


. Explain the differences between fork() and exec() in C

2 Answers  


main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); } what is the output?

9 Answers   Ramco,


Explain built-in function?

0 Answers  


A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile

0 Answers  


How we can set and clear bit in a byte using macro function?

2 Answers   L&T, Samsung,


How can I determine whether a machines byte order is big-endian or little-endian?

0 Answers  


What are the data types present in c?

0 Answers  


What are the different types of linkage exist in c?

0 Answers  


What is the difference between File pointer and Internal Charecter Pointer?

2 Answers   TATA,


if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above

0 Answers  


Categories