How many header files are in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between getch() and getchar()?
why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?
What is the output for the below program? void main() { float me=1.1; double you=1.1; if(me==you) printf("love c"); else printf("know c"); }
What is NULL pointer?
Please list all the unary and binary operators in C.
Explain is it valid to address one element beyond the end of an array?
Why is c called a structured programming language?
What is difference between structure and union with example?
Is fortran still used today?
what is diff between localstatic and globalstatis variable possible 2 use in another file...?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
Where does the name "C" come from, anyway?