Total of how many functions are available in c?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which of the following operators is incorrect and why? ( >=, <=, <>, ==)

669


What is type qualifiers?

664


Write a program for Overriding.

689


How many loops are there in c?

583


In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.

1382






difference between Low, Middle, High Level languages in c ?

1635


When can a far pointer be used?

589


What is the difference between abs() and fabs() functions?

608


Write a program to print "hello world" without using a semicolon?

598


What is the use of #define preprocessor in c?

619


What are the 5 data types?

603


Can you please explain the difference between strcpy() and memcpy() function?

603


Write a code to determine the total number of stops an elevator would take to serve N number of people.

730


Explain the difference between malloc() and calloc() function?

603


Why double pointer is used in c?

568