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 / sunayana
d ans. is a.that it is nt neccsary for any c function to
return any value
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
Write a program to print fibonacci series using recursion?
What is the best way of making my program efficient?
write a program to copy the string using switch case?
Write a program to print ASCII code for a given digit.
What does it mean when the linker says that _end is undefined?
What are structural members?
Explain what are the advantages and disadvantages of a heap?
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
What is the deal on sprintf_s return value?
Tell me what is the purpose of 'register' keyword in c language?
What is build process in c?
What is the use of bitwise operator?
how can I convert a string to a number?