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 / nisha
dont give any anws without explanation..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between main and void main?
Is r written in c?
Explain why C language is procedural?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
What is %d called in c?
What is pointers in c with example?
Explain what is the difference between functions getch() and getche()?
Do pointers take up memory?
What is meant by recursion?
What are types of structure?
What is the purpose of clrscr () printf () and getch ()?
What is c programing language?
Write program to remove duplicate in an array?
What is difference between && and & in c?
How main function is called in c?