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 / ramesh
Need not return any value
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Is linux written in c?
What are the rules for the identifier?
What are unions in c?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
What math functions are available for integers? For floating point?
What is a floating point in c?
Array is an lvalue or not?
Why is sprintf unsafe?
What is 2c dna?
When is the “void” keyword used in a function?
What is the explanation for modular programming?
How can you restore a redirected standard stream?
Explain the term printf() and scanf() used in c language?
What is the size of enum in c?
What is the difference between exit() and _exit() function in c?