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

program to print upper & lower triangle of a matrix

2 Answers   TCS,


pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)

0 Answers   Huawei,


class foo { public: static int func(const char*& p) const; }; This is illegal, why?

8 Answers   Google,


Write a program in C to convert date displayed in gregorian to julian date

0 Answers   HCL, Wipro,


What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?

0 Answers  


What are qualifiers in c?

0 Answers  


#define FALSE -1 #define TRUE 1 #define NULL 0 main() { if(NULL) puts("NULL"); else if(FALSE) puts("TRUE"); else puts("FALSE"); }

1 Answers  


Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We Are Student “ Output: "We Are Student"

1 Answers  


What is Your Name :)

1 Answers  


code for bubble sort?

1 Answers  


How does the C program handle segmentation faults?

2 Answers  


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL

0 Answers  


Categories