how many argument we can pas in in a function
Answer Posted / revathy
how do u say that only 253 arguments can be passed.. please
justify
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Why are all header files not declared in every c program?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
How would you use the functions fseek(), freed(), fwrite() and ftell()?
What is call by reference in functions?
How are structure passing and returning implemented?
a program that can input number of records and can view it again the record
What is #define?
What are local static variables?
In C language, a variable name cannot contain?
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
What is meant by preprocessor in c?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
Why is %d used in c?