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 |
why do some people write if(0 == x) instead of if(x == 0)?
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
What does typeof return in c?
What is the difference between far and near ?
What is difference between array and structure in c?
What is the acronym for ansi?
which operator having lowest precedence?? a.)+ b.)++ c.)= d.)%
Why is it that not all header files are declared in every C program?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
Where static variables are stored in memory in c?
C program to perform stack operation using singly linked list
What is bin sh c?