Explain how can I write functions that take a variable number of arguments?
No Answer is Posted For this Question
Be the First to Post Answer
a 'c' program to tell that the set of three coordinates lie on a same line
What do you know about the use of bit field?
What is the explanation for cyclic nature of data types in c?
Which weighs more, a gram of feathers or a gram of gold?
main() { static int ivar=5; printf("%d",ivar--); if(ivar) main(); }
Write a program to swap two numbers without using third variable in c?
Are the variables argc and argv are local to main?
CopyBits(x,p,n,y) copy n LSBs from y to x starting LSB at 'p'th position.
the maximum width of a c variable name can be a) 6 characters b) 8 characters c) 10 characters d) 20 characters
What is static identifier?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
Explain what does a function declared as pascal do differently?