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 / ramesh
Need not return any value
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Difference between goto, long jmp() and setjmp()?
What is the process to generate random numbers in c programming language?
Mention four important string handling functions in c languages .
What is the size of a union variable?
What is #line used for?
Here is a good puzzle: how do you write a program which produces its own source code as output?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
Can stdout be forced to print somewhere other than the screen?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
What is scope rule in c?
When should the const modifier be used?
List the difference between a While & Do While loops?
Is register a keyword in c?