Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

why division operator not work in case of float constant?

2 Answers  


regarding pointers concept

0 Answers  


Why can arithmetic operations not be performed on void pointers?

0 Answers  


why programs in c are running with out #include<stdio.h>? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }

0 Answers  


What is the use of in c?

0 Answers  


c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above

0 Answers  


Diff: between this 2 classes in terms of memory class A { int i; char c; double d; }; class A { double d; int i; char c; }; How it is calculating?

1 Answers   HCL,


write a program to sort the elements in a given array in c language

10 Answers   TCS,


What are reserved words with a programming language?

0 Answers  


which operator having highest precedence? a.)+ b.)++ c.)= d.)%

4 Answers  


What happens if header file is included twice?

0 Answers  


List some basic data types in c?

0 Answers  


Categories