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

Write a simple program to find the size of different basic data types in C.

3 Answers  


Explain spaghetti programming?

0 Answers  


What are types of functions?

0 Answers  


Write a c program to demonstrate Type casting in c?

2 Answers  


how could explain about job profile

0 Answers  


What are formal parameters?

0 Answers  


What are pointers in C?

5 Answers   KPIT,


f(x,y,z) { y = y+1; z = z+x; } main() { int a,b; a = 2 b = 2; f(a+b,a,a); print a; } what is the value of 'a' printed

5 Answers  


WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..

0 Answers  


How to run c Program without using IDE of c. means if program made in notepad.then how to compile by command prompt.

1 Answers   HP, TCS,


Why do we use main function?

0 Answers  


Can we declare variable anywhere in c?

0 Answers  


Categories