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



What is true about the following C Functions (a) Need not return any value ..

Answer / devendra kumar gupta

need not return any value

Is This Answer Correct ?    18 Yes 3 No

What is true about the following C Functions (a) Need not return any value ..

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

Post New Answer

More C Interview Questions

main() { struct test { char c; int i; char m; } t1; printf("%d %d\n", sizeof(t1), sizeof(t1.c)); }

1 Answers   Vector, Vector India,


Explain what is the heap?

0 Answers  


what is object oriental programing?

1 Answers  


Why does not c have an exponentiation operator?

0 Answers  


Write a program to find whether the given number is prime or not?

6 Answers  






explain memory layout of a C program

2 Answers  


Why doesn't C support function overloading?

2 Answers  


write a program to print infinte number

4 Answers  


Explain spaghetti programming?

0 Answers  


What is spaghetti programming?

0 Answers  


Explain what is a stream?

0 Answers  


What is the difference between array and structure in c?

0 Answers  


Categories