List the difference between a "copy constructor" and a "assignment operator"?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the meaning of keyword 'extern' in a function declaration.
Why is c known as a mother language?
What is sorting in c plus plus?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
write a progrmm in c language take user interface generate table using for loop?
What is the difference between printf and scanf in c?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
What is external and internal variables What is dynamic memory allocation what is storage classes in C
wat are the two methods for swapping two numbers without using temp variable??
DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?
what is the benefit of c30
Can the sizeof operator be used to tell the size of an array passed to a function?