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 IS MEANT BY LIFE?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
what are enumerations in C
What is the difference between NULL and NUL?
C language questions for civil engineering
what is diff b/w huge & far & near pointer??
What does the function toupper() do?
how to generate the length of a string without using len funtion?
What are the types of type specifiers?
How old is c programming language?
Which is more efficient, a switch statement or an if else chain?
Explain how do you determine a file’s attributes?