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 |
When do we get logical errors?
What is string constants?
#include <stdio.h> int main() { if ("X" <"x") printf("X smaller than x "); } my question is whats the mistake in this program? find it and please tell me..
what is array?
Juxtapose the use of override with new. What is shadowing?
explain about storage of union elements.
State two uses of pointers in C?
wat is the meaning of c?
sir, i cannot find the way how to write aprogram by using array on queue
What is main () in c language?
Explain continue keyword in c
biggest of two no's with out using if condition statement