how many argument we can pas in in a function
Answer Posted / balaji
n arguments
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
How do shell structures work?
How can I send mail from within a c program?
Distinguish between actual and formal arguments.
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
What is "Duff's Device"?
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
What is a node in c?
What is pointer and structure in c?
Is return a keyword in c?
What is a stream?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
What are the application of c?
How do you determine a file’s attributes?
Explain how can I convert a string to a number?