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
What is the benefit of using #define to declare a constant?
What is openmp in c?
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
What is identifier in c?
How do shell structures work?
Explain the use of 'auto' keyword
If I have a char * variable pointing to the name of a function ..
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
Why #include is used in c language?
Did c have any year 2000 problems?
Why c is called a mid level programming language?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
Is c still relevant?