What is true about the following C Functions
(a) Need not return any value
(b) Should always return an integer
(c) Should always return a float
(d) Should always return more than one value
Answer Posted / seema choudhary
(a) Need not return any value
b'caz all statements has using the return type
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Write a code to remove duplicates in a string.
What are header files in c?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
How can I read in an object file and jump to locations in it?
How is = symbol different from == symbol in c programming?
Which is the best website to learn c programming?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
Describe how arrays can be passed to a user defined function
What is the use of static variable in c?
How is a null pointer different from a dangling pointer?
What does malloc () calloc () realloc () free () do?
Is printf a keyword?
What is union and structure in c?
Describe the difference between = and == symbols in c programming?
If I have a char * variable pointing to the name of a function ..