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 |
3. When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these
Did c have any year 2000 problems?
Why is c so powerful?
what is the purpose of the code, and is there any problem with the code? int f( int n, int l, int r ) { return (n << l) >> r; }
What is struct node in c?
how can i print "hello".please consider inverted commas as well.i want to print on console: "hello"
How many levels of pointers can you have?
What is ctrl c called?
What are the various topologies? Which one is the most secure?
What is the use of a conditional inclusion statement in C?
What does char * * argv mean in c?
can we print any string without using terminator?