how many header file is in C language ?
Answers were Sorted based on User's Feedback
IS STRUCTURES CAN BE USED WITHIN AN ARRAY?
difference between c and c++
Are the outer parentheses in return statements really optional?
What is the difference between fork() and vfork()?
What is function prototype in c with example?
What is anagram in c?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
What is the use of linkage in c language?
What are reserved words?
What are the different file extensions involved when programming in C?
write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR
what is a function pointer and how all to declare ,define and implement it ???