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

Post New Answer

More C Interview Questions

Is it better to use malloc() or calloc()?

0 Answers   Aspire, Infogain,


What is an array? What the different types of arrays in c?

0 Answers  


Does c have class?

0 Answers  


write a program to create a sparse matrix using dynamic memory allocation.

0 Answers  


What are the three constants used in c?

0 Answers  






what is the use of pointers

6 Answers   Adobe, GrapeCity,


suppose there are five integers write a program to find larger among them without using if- else

2 Answers  


7. Identify the correct argument for the function call fflush() in ANSI C: A)stdout B)stdin C)stderr D)All the above

10 Answers   Accenture,


any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above

0 Answers  


print 1-50 with two loop & two print Statement

2 Answers  


how can we Declare a variable in c without defining it.

1 Answers   TCS,


A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile

0 Answers  


Categories