in case any function return float value we must declare
a) the function must be declared as 'float' in main() as well
b) the function automatically returned float values
c) function before declared 'float' keyword
d) all the above
No Answer is Posted For this Question
Be the First to Post Answer
how to create duplicate link list using C???
what are bit fields? What is the use of bit fields in a structure declaration?
0 Answers Flextronics, TISL, Virtusa,
to find the program of matrix multiplication using arrays
How to print "Hi World" without using semi colon?
Why is malloc used?
write a program in 'c' to find the value of p[i+1]^n.p,i,n are arguments of a macro and n is a integer
main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }
write a c program to calculate sum of digits till it reduces to a single digit using recursion
What are data types in c language?
what is c programing
Does c have function or method?
What is wild pointer in c?