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
program for reversing a selected line word by word when multiple lines are given without using strrev
explain what are actual arguments?
what is the role you expect in software industry?
Tell me what is null pointer in c?
What is the importance of c in your views?
Why isn't any of this standardized in c? Any real program has to do some of these things.
What is c language & why it is used?
Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250
What is the heap in c?
How do you define CONSTANT in C?
What is volatile c?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
Is c still used?
What is a buffer in c?
What is the difference between char array and char pointer?