Total of how many functions are available in c?
Answers were Sorted based on User's Feedback
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 |
Answer / devanshu
hello
not coorect but aprocsimet 200-300 fuctuion in c
Is This Answer Correct ? | 3 Yes | 0 No |
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 |
what are the stages of compilation
What is c preprocessor mean?
Can we change the value of static variable in c?
how to swap 2 numbers in a single statement?
1.Why do you call C is middle level language? 2.Why do you call C is userfriendly language.
What is fflush() function?
Write code for initializing one dimentional and two dimentional array in a C Program?
5 Answers Deshaw, Edutech, GMD,
What is a union?
How are Structure passing and returning implemented by the complier?
What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?
What is logical error?
What is the basic structure of c?