What is a built-in function in C?
Built-in(Library) Functions
The system provided these functions and stored in the library. Therefore it is also called Library Functions. e.g. scanf(), printf(), strcpy, strlwr, strcmp, strlen, strcat etc. To use these functions, you just need to include the appropriate C header files.
| Is This Answer Correct ? | 0 Yes | 0 No |
write the program for prime numbers?
73 Answers Accenture, Aptech, Infosys, TCS,
In which layer of the network datastructure format change is done
Why isnt any of this standardized in c?
what will be maximum number of comparisons when number of elements are given?
What is conio h in c?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
main is a predefined or user define function if user defined why? if predefined whay?
What is sizeof array in c?
why do we use pointer instead directly acessing the data?
how can we print hellow world programme without using semicolon
Hai why 'c' is the middle language
What is a structural principle?