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 / mili
A.need not return any value
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain what is gets() function?
What is the use of bitwise operator?
show how link list can be used to repersent the following polynomial i) 5x+2
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
What is function prototype in c language?
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
What is "Hungarian Notation"?
How can you find the exact size of a data type in c?
How are strings stored in c?
hi, which software companys will take,if d candidate's % is jst 55%?
What is the -> in c?
Are the outer parentheses in return statements really optional?
What are enums in c?
How do I swap bytes?
What are qualifiers in c?