how many argument we can pas in in a function
Answer Posted / binod
depend upon the user
| Is This Answer Correct ? | 11 Yes | 7 No |
Post New Answer View All Answers
Explain what are reserved words?
Why is it important to memset a variable, immediately after allocating memory to it ?
What is the use of typedef in c?
The __________ attribute is used to announce variables based on definitions of columns in a table?
what is the syallabus of computer science students in group- 1?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
Why does not c have an exponentiation operator?
what is bit rate & baud rate? plz give wave forms
Is main is user defined function?
Is it fine to write void main () or main () in c?
How many types of operators are there in c?
What is the use of volatile?
Differentiate between Macro and ordinary definition.
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above