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 |
diff. between *p and **p
write a reverse string to print a stars.(with out using logic) ***** **** *** ** *
What is gets() function?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
what is the program to display your name in any color?
how to connect oracle in C/C++.
How to swap two values using a single variable ? condition: Not to use Array and Pointer ?
Why doesnt the call scanf work?
Explain the use of #pragma exit?
What are the different categories of functions in c?
write a program that uses point of sale system. which are mainly used by retail markets, where the is a database inventory list, a slip should be printed for the customer. manage should be able to access what has been sold and what is left from stock?
how to generate the length of a string without using len funtion?