List the difference between a "copy constructor" and a "assignment operator"?


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

Post New Answer

More C Interview Questions

9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?

1 Answers  


What is meant by int fun const(int a, int b) { .... ... }

1 Answers  


What is array in c with example?

0 Answers  


what will be the output of this program? #include<stdio.h> #define cube(x) x*x*x void main() { int i,j=5; i=cube(j+3); printf("i=%d",i); }

6 Answers   IBM,


How to print all the 26 alphabets in this order in C. AbCdEfGh..... it should print dynamically from a to z and do not print this using pgm like this print("Ab......"); Use loops or anything to print all alphabets

2 Answers   Hexaware,






write a program to convert a expression in polish notation (postfix) to inline (normal)

0 Answers   Siemens,


WHAT IS MEANT BY LIFE?

2 Answers  


What is const keyword in c?

0 Answers  


How can you check to see whether a symbol is defined?

0 Answers  


What is the collection of communication lines and routers called?

0 Answers  


What is the difference between struct and typedef struct in c?

0 Answers  


What the advantages of using Unions?

0 Answers   TISL,


Categories