Total of how many functions are available in c?

Answers were Sorted based on User's Feedback



Total of how many functions are available in c?..

Answer / vignesh1988i

good morining to all ,

C is full of functions.... that point am making it clear.. we cant even get any input or output without using functions...
printf();, scanf(); , getc();, are some of the well known fuctions...

i can say C has some 200 to 300 function approx. i dont know...


thank u

Is This Answer Correct ?    7 Yes 1 No

Total of how many functions are available in c?..

Answer / devanshu

hello
not coorect but aprocsimet 200-300 fuctuion in c

Is This Answer Correct ?    3 Yes 0 No

Total of how many functions are available in c?..

Answer / krishna

four types of functions available in c
1.with parameters with return type
2.with parameters without return type
3.without parameters with return type
4.without parameters without return type

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C Interview Questions

what are the stages of compilation

1 Answers   Bosch,


What is c preprocessor mean?

0 Answers  


Can we change the value of static variable in c?

0 Answers  


how to swap 2 numbers in a single statement?

3 Answers  


1.Why do you call C is middle level language? 2.Why do you call C is userfriendly language.

2 Answers  


What is fflush() function?

0 Answers  


Write code for initializing one dimentional and two dimentional array in a C Program?

5 Answers   Deshaw, Edutech, GMD,


What is a union?

0 Answers  


How are Structure passing and returning implemented by the complier?

0 Answers   TISL,


What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?

2 Answers  


What is logical error?

0 Answers  


What is the basic structure of c?

0 Answers  


Categories