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
Answers were Sorted based on User's Feedback
Answer / seema choudhary
(a) Need not return any value
b'caz all statements has using the return type
| Is This Answer Correct ? | 6 Yes | 1 No |
What is static volatile in c?
What is the difference between near, far and huge pointers?
what is the use of macro program
how to execute with out main in cprogram
What are bit fields? What is their use?
write a program for even numbers?
How do we select the big element or any other operation from array which is read dynamically. user need to give the elements only no need to mention the size.
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
what will be the output of this program........ main() { int a=2,b=4,c=6; printf("%d"); } why it gives the value of third variable.
What is the total generic pointer type?
How will you allocate memory to double a pointer?
write a program to find out number of on bits in a number?