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
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
Should I learn c before c++?
What is a union?
Is it cc or c in a letter?
How can you invoke another program from within a C program?
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
How many main () function we can have in a project?
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
Write a c program to build a heap method using Pointer to function and pointer to structure ?
What is "Hungarian Notation"?
Why c is procedure oriented?
Can you tell me how to check whether a linked list is circular?
What is the purpose of void pointer?
Explain what is the purpose of "extern" keyword in a function declaration?
In a byte, what is the maximum decimal number that you can accommodate?