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 / shikhar
yes, the answer is a. In C, the function may or may not
return any value. In new languages like vb, dotnet....these
kind of functions are called "subroutines".
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is pointer to pointer in c?
What is #include called?
By using C language input a date into it and if it is right?
Who developed c language and when?
Explain how can you restore a redirected standard stream?
Write a program to print factorial of given number using recursion?
Are there constructors in c?
What are the __date__ and __time__ preprocessor commands?
Array is an lvalue or not?
write a program for the normal snake games find in most of the mobiles.
How would you rename a function in C?
Is main is user defined function?
What is actual argument?
What is #pragma statements?
What is the benefit of using #define to declare a constant?