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
Do you know what are bitwise shift operators in c programming?
Explain how to reverse singly link list.
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
What is the difference between struct and union in C?
What is the difference between local variable and global variable in c?
what will be the output for the following main() { printf("hi" "hello"); }
What is typedef struct in c?
What does sizeof return c?
What is character set?
How can I use a preprocessorif expression to ?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
How many header files are in c?
Do you know null pointer?
What is calloc in c?
Can we assign string to char pointer?