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 / sharana basava
Ya... d ans wil be a. In c the func may or may not returns
d value......so the ans wil ne need not to return d
value... if tis is rit tan the func must have void as a
data type.. like void main..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are comments and how do you insert it in a C program?
What functions are used in dynamic memory allocation in c?
What is operator precedence?
What is the difference between scanf and fscanf?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
What is difference between union All statement and Union?
Differentiate between new and malloc(), delete and free() ?
Place the #include statement must be written in the program?
if p is a string contained in a string?
What is the concatenation operator?
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
In C, What is the #line used for?
I have a varargs function which accepts a float parameter?
What is clrscr in c?
What is the maximum no. of arguments that can be given in a command line in C.?