Difference between Shallow copy and Deep copy?


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

Post New Answer

More C Interview Questions

Write a program to compare two strings without using the strcmp() function

42 Answers   Accenture, Arba Minch University,


main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); }

27 Answers   Advent Global Solutions, CitiGroup, Valeo Lighting Systems India Private Limited, Vishal Transformers, Wipro, Zencer,


What are external variables in c?

0 Answers  


Find the O/p of the following 1) #include int main() { char c='1'; int j=atoi(c); }

4 Answers   Subex,


main() { printf("hello%d",print("QUARK test?")); }

5 Answers  






How can I automatically locate a programs configuration files in the same directory as the executable?

0 Answers  


What is malloc return c?

0 Answers  


How can you restore a redirected standard stream?

0 Answers  


.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }

0 Answers  


what is used instead of pointers in java than c?

1 Answers   Vuram,


What are multibyte characters?

0 Answers  


int *p=20; if u print like dis printf("%d",p); o\p:- 20; how is it possible? plz give me the explanation.

15 Answers   Global Edge,


Categories