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

When should the volatile modifier be used?

0 Answers  


What is the difference between printf and scanf )?

0 Answers  


What are the different types of errors?

0 Answers  


What does printf does?

0 Answers  


Identify the operators that is not used with pointer a. && b. # c. * d. >>

2 Answers  






Where is volatile variable stored?

0 Answers  


Explain how do you search data in a data file using random access method?

0 Answers  


What are Macros? What are its advantages and disadvantages?

0 Answers   TCS,


What is null pointer in c?

0 Answers  


Write a program to print all permutations of a given string.

0 Answers   JPMorgan Chase,


What is function and its example?

0 Answers  


Write a Program to print this triangle: * ** * **** * ****** * ******** * ********** use two nested loops.

12 Answers   MIT, TCS,


Categories