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
How is a null pointer different from a dangling pointer?
What is the maximum length of an identifier?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
Describe how arrays can be passed to a user defined function
Does c have an equivalent to pascals with statement?
What is bss in c?
Write a program to show the change in position of a cursor using c
Can a pointer point to null?
Write a program on swapping (100, 50)
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
Sir i need notes for structure,functions,pointers in c language can you help me please
What is a header file?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
What are qualifiers and modifiers c?
Explain data types & how many data types supported by c?