any "C" function by default returns an

a) int value

b) float value

c) char value

d) a & b


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What library is sizeof in c?

0 Answers  


why do we use pointer instead directly acessing the data?

2 Answers  


What Is The Difference Between Null And Void Pointer?

0 Answers   TCS,


How can we open a file in Binary mode and Text mode?what is the difference?

1 Answers   PanTerra,


write a fuction for accepting and replacing lowercase letter to'Z' with out using inline function.

5 Answers   Temenos,






what is answer for perfect number????????????????

1 Answers  


can we write a c program with out using main

3 Answers  


How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?

0 Answers  


What is #include stdio h?

0 Answers  


how to find the largest element of array without using relational operater?

6 Answers   Satyam, Wipro,


main() {int i=5; // line 1 i=(++i)/(i++); // line 2 printf("%d",i); // line 3 } output is 2 but if we replace line 2 and line 3 by printf("%d",i=(++i)/(i++)); then output is 1. Why?

1 Answers   GATE,


Find the highest of three numbers and print them using ascending orders?

1 Answers  


Categories