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 / arjun
none of options is answer...
so option (a)shud b lyk ..
a) its not necessary to return any value
n dis will b correct in case of return type of function is
void
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
What is header file definition?
Is that possible to add pointers to each other?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
How will you delete a node in DLL?
What is getche() function?
What is the use of structure padding in c?
What is an operator?
What are the rules for the identifier?
What are the 5 types of inheritance in c ++?
What is .obj file in c?
How will you divide two numbers in a MACRO?
Explain continue keyword in c
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
Is it possible to use curly brackets ({}) to enclose single line code in c program?