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 |
Which sorting algorithm is the best?
hi , please send me NIC written test papers to sbabavalli@gmail.com
in b=6.6/a+(2*a+(3*c)/a*d)/(2/n); which operation will be performed first a) 6.6/a b) 2*a c) 3*c d) 2/n
What is union and structure in c?
write a function that accepts an array A with n elements and array B with n-1 elements. Find the missing one in array B,with an optimized manner?
What is the difference between variable declaration and variable definition in c?
Find the largest number from the given 2 numbers without using any loops and the conditional operator.
Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }
What is malloc and calloc?
What does c mean in standard form?
Explain how are portions of a program disabled in demo versions?
simple program of graphics and thier outpu display with a want what is out put of graohics in c language