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

main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

0 Answers   Wilco,


What are 'near' and 'far' pointers?

0 Answers  


Write a C program to read the internal test marks of 25 students in a class and show the number of students who have scored more than 50% in the test. Make necessary assumptions.

1 Answers  


write the program to find multiplication of 2-D matrix??????????

1 Answers  


What is scope rule in c?

0 Answers  


In header files whether functions are declared or defined?

1 Answers   TCS,


what defference between c and c++ ?

6 Answers  


write a c program to calculate the income tax of the employees in an organization where the conditions are given as. (I.T. = 0 if income <100000 I.T = 10% if income _< 200000 it = 20% if income >_ 200000)

7 Answers   Consultancy, DBU, FD, JK Associates, Kobe, Satyam,


IS it possible to define a zero sized array in c.if it is possible how can the elements of that array can be accessed.array index starts from zero,if it is possible to define zero sized array how can be its first element can be accesseed.

5 Answers   TCS,


In C, What is the #line used for?

2 Answers  


what is the c.

3 Answers   IBM, TCS,


write a prgram of swapping with 2 valiables

6 Answers  


Categories