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 / sharana basava
Ya... d ans wil be a. In c the func may or may not returns
d value......so the ans wil ne need not to return d
value... if tis is rit tan the func must have void as a
data type.. like void main..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Differentiate between full, complete & perfect binary trees.
What is wrong with this initialization?
What does double pointer mean in c?
Explain how do you search data in a data file using random access method?
What is the size of array float a(10)?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
What is boolean in c?
What is the use of typedef in c?
What is a pragma?
Describe explain how arrays can be passed to a user defined function
How does pointer work in c?
What is this pointer in c plus plus?
What is the mean of function?
Without Computer networks, Computers will be half the use. Comment.