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
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
is c language is a object oreinted language?
What’s the special use of UNIONS?
How many main () function we can have in a project?
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); } what is the output?
wap to print "hello world" without using the main function.
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
Define function ?Explain about arguments?
2 Answers Geometric Software, Infosys,
What does static variable mean in c?
Why static is used in c?
What is period operator in c?