how many argument we can pas in in a function
Answer Posted / preeti
depending upon the range of the datatype
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
Explain data types & how many data types supported by c?
What are pointers really good for, anyway?
number of times a digit is present in a number
What are the advantages of using new operator as compared to the function malloc ()?
What are pointers? Why are they used?
write a proram to reverse the string using switch case?
Explain what is gets() function?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
What is the difference between declaring a variable by constant keyword and #define ing that variable?
What are near, far and huge pointers?
Is main an identifier in c?
What is array in c with example?
When would you use a pointer to a function?
how to find anagram without using string functions using only loops in c programming