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

pascal triangle program

2 Answers  


What is register variable in c language?

0 Answers  


What is the difference between typeof(foo) and myFoo.GetType()?

2 Answers   Synergy,


How can you increase the size of a dynamically allocated array?

0 Answers   TISL,


C program to perform stack operation using singly linked list

3 Answers  






write a program to print infinte number

4 Answers  


how many keywords are available in 'c' language a) 32 b) 34 c) 45 d) 48

1 Answers  


What is the acronym for ansi?

0 Answers  


Can a void pointer point to a function?

0 Answers  


Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?

0 Answers  


what is difference between C and C++

4 Answers  


Is there a built-in function in C that can be used for sorting data?

0 Answers  


Categories