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
List a few unconditional control statement in c.
What is external variable in c?
Who had beaten up hooligan "CHAKULI" in his early college days?
What is extern keyword in c?
Write a program to add the following ¼+2/4+3/4+5/3+6/3+... (Like up to any 12 no.s)
Program to trim a given character from a string.
what is a function pointer and how all to declare ,define and implement it ???
Hai why 'c' is the middle language
what will be the output of this program main() { int i=1; while (i<=10); { i++; } }
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
What is the difference between malloc calloc and realloc in c?
what is the difference between definition and declaration? give me some examples.