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
How do you print an address?
what is dangling pointer?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
print the pattern 1 2 4 3 6 9 4 8 12 16 5 10 15 20 25 if n=5
How can I write a function that takes a format string and a variable number of arguments?
What are the different properties of variable number of arguments?
why do some people write if(0 == x) instead of if(x == 0)?
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
the format specified for hexa decimal is a.%d b.%o c.%x d.%u
What is structure padding and packing in c?
can i know the source code for reversing a linked list with out using a temporary variable?
What is page thrashing?