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 / ningappa
a.Need not return any value
| Is This Answer Correct ? | 56 Yes | 2 No |
Post New Answer View All Answers
What does the function toupper() do?
What is function prototype?
Explain how do you list a file’s date and time?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
can we have joblib in a proc ?
How many header files are in c?
What is the use of the function in c?
What language is lisp written in?
Do character constants represent numerical values?
explain what are pointers?
largest Of three Number using without if condition?
What kind of structure is a house?
what is different between auto and local static? why should we use local static?
What are loops in c?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)