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


Please Help Members By Posting Answers For Below Questions

What is the value of c?

566


What are the types of c language?

551


Is c is a low level language?

559


Can static variables be declared in a header file?

612


‎How to define structures? · ‎

622






write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

3498


Can you please explain the difference between syntax vs logical error?

689


The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this

2922


Why use int main instead of void main?

590


What are header files and what are its uses in C programming?

625


How many keywords (reserve words) are in c?

614


What is the explanation for the dangling pointer in c?

669


What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?

599


Is there any possibility to create customized header file with c programming language?

619


Explain main function in c?

622