Is there any book to know about Basics of C Language?
Answer Posted / praveen
Programming in C
Balaguruswamy
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is gets() function?
How do I send escape sequences to control a terminal or other device?
In C, What is the #line used for?
Why is it that not all header files are declared in every C program?
What are near, far and huge pointers?
What is a char c?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
Is c is a procedural language?
How can I dynamically allocate arrays?
How to write a code for reverse of string without using string functions?
What are c identifiers?
How can I read/write structures from/to data files?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
Can a pointer be null?
Why does everyone say not to use scanf? What should I use instead?