how many argument we can pas in in a function
Answer Posted / apurve kadawat
We can pass any no.of parameters.The upperlimit can be found
out by knowing the stack size for that function alloted by
the operating system.Therefore it is dependent upon the
operating system how much stack it is allocating.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
In which language linux is written?
What is calloc() function?
Differentiate between ordinary variable and pointer in c.
What is FIFO?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
How to establish connection with oracle database software from c language?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
Why is c used in embedded systems?
What is the use of a semicolon (;) at the end of every program statement?
What is sizeof int?
What is function and its example?
What are identifiers in c?
Do string constants represent numerical values?
Explain that why C is procedural?