how many header file is in C language ?
Answer Posted / tapas
above32
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Why does the call char scanf work?
Why do we write return 0 in c?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
why we wont use '&' sing in aceesing the string using scanf
Differentiate call by value and call by reference?
What is the role of this pointer?
Why n++ execute faster than n+1 ?
What is volatile variable how do you declare it?
Can we use any name in place of argv and argc as command line arguments?
What is a macro?
Is null equal to 0 in sql?
How are pointers declared in c?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
Difference between goto, long jmp() and setjmp()?
Write the syntax and purpose of a switch statement in C.