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 |
What are the standard predefined macros?
What is ctrl c called?
Why isnt there a numbered, multi-level break statement to break out
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
What are types of structure?
wat s the meaning of (int *)p +4;
what is difference between userlevel threads and kernel level threads ?what are the trades offs between these two approaches ? what approach is most frequently used and why ?
pgm in c to reverse string by word using array(god is love becomes love is god) (no additional array can used,space is only delimiter between words )
Write a code on reverse string and its complexity.
#include<stdio.h> void main() { int a=10,b=20,c=30; printf("%d",scanf("%d%d%d",&a,&b,&c)); } what is the output for this?
What is a symbolic constant?
what is the difference between procedure oriented and object oriented progaming language