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 / ani
b . should return a value
| Is This Answer Correct ? | 0 Yes | 12 No |
Post New Answer View All Answers
How do you define CONSTANT in C?
What is the best way to comment out a section of code that contains comments?
Tell me what is null pointer in c?
State the difference between x3 and x[3].
What is getch () for?
write a program to concatenation the string using switch case?
What are examples of structures?
Explain how can type-insensitive macros be created?
What is the difference between #include
How do you list files in a directory?
How main function is called in c?
Where are some collections of useful code fragments and examples?
How do shell structures work?
Why pointers are used in c?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?