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 only part of a string?
what is use of loop?
what is a void pointer?
Explain 'bit masking'?
dibakar & vekatesh..uttejana here..abt ur reply for in place reversal of linked list..wats p stands for there?
Explain 'far' and 'near' pointers in c.
1 232 34543 4567654 can anyone tell me how to slove this c question
What does c mean in basketball?
What is a spanning Tree?
How many data structures are there in c?
Identify the correct argument for the function call fflush () in ANSI C: A)stdout B)stdin C)stderr D)All the above
int i; i=2; i++; if(i=4) { printf(i=4); } else { printf(i=3); } output of the program ?