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 |
Explain is it valid to address one element beyond the end of an array?
why should i select you?
If I have a char * variable pointing to the name of a function ..
24.what is a void pointer? 25.why arithmetic operation can’t be performed on a void pointer? 26.differentiate between const char *a; char *const a; and char const *a; 27.compare array with pointer? 28.what is a NULL pointer? 29.what does ‘segmentation violation’ mean? 30.what does ‘Bus Error’ mean? 31.Define function pointers? 32.How do you initialize function pointers? Give an example? 33.where can function pointers be used?
Is file a keyword in c?
In which layer of the network datastructure format change is done
What is alloca() and why is its use discouraged?
what is pointer ? what is the use of pointer?
What is the difference between union and structure in c?
What is sizeof return in c?
How can this be legal c?
Which is best book for data structures in c?