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
Do variables need to be initialized?
How are portions of a program disabled in demo versions?
what value is returned to operating system after program execution?
Write a program to print factorial of given number without using recursion?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
What are the 5 data types?
What is the meaning of typedef struct in c?
Write a program that accept anumber in words
What is include directive in c?
Is that possible to store 32768 in an int data type variable?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
Is c easier than java?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
What are header files and what are its uses in C programming?
Explain how many levels deep can include files be nested?