how many argument we can pas in in a function
Answers were Sorted based on User's Feedback
Answer / revathy
how do u say that only 253 arguments can be passed.. please
justify
| Is This Answer Correct ? | 0 Yes | 4 No |
Answer / dushyant
i think we can pass four type of arguement in a function:-
1)function with argument with return a value
2) function with argument without return a value
3) function without argument with return a value
4) function with argument without return a value
5) function without argument without return a value
| Is This Answer Correct ? | 0 Yes | 4 No |
Write a C program in Fibonacci series.
Why does everyone say not to use scanf? What should I use instead?
What is an array in c?
How can I recover the file name given an open stream?
What is a stream in c programming?
main() { intx=2,y=6,z=6; x=y=z; printf(%d",x) }
5 Answers Amazon, HCL, Thought Works,
What are the key features in c programming language?
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
post new interiew question and aptitude test papers
How would you use the functions fseek(), freed(), fwrite() and ftell()?
0 Answers Aspire, Infogain, TISL,
Not all reserved words are written in lowercase. TRUE or FALSE?
write a c program to find largest of three numbers using simple if only for one time.