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


Please Help Members By Posting Answers For Below Questions

What are header files why are they important?

583


What is signed and unsigned?

646


Is c still relevant?

642


how to capitalise first letter of each word in a given string?

1435


Is javascript written in c?

585






What is the use of define in c?

598


What is 1d array in c?

602


What is the difference between ā€˜gā€™ and ā€œgā€ in C?

2575


Explain the use of bit fieild.

716


a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);

646


What are the types of c language?

560


How the c program is executed?

632


write a c program in such a way that if we enter the today date the output should be next day's date.

1684


How can you determine the maximum value that a numeric variable can hold?

642


How do you declare a variable that will hold string values?

671