Is there any book to know about Basics of C Language?

Answers were Sorted based on User's Feedback



Is there any book to know about Basics of C Language?..

Answer / praveen

Programming in C

Balaguruswamy

Is This Answer Correct ?    6 Yes 0 No

Is there any book to know about Basics of C Language?..

Answer / samir

yes,

Programming with C
Author is yashwant Kanetkar

Is This Answer Correct ?    4 Yes 0 No

Is there any book to know about Basics of C Language?..

Answer / anita patrot

ya
Balguruswamy

Is This Answer Correct ?    3 Yes 1 No

Is there any book to know about Basics of C Language?..

Answer / nitin garg

c in depth

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

enum { SUNDAY, MONDAY, TUESDAY, }day; main() { day =20; printf("%d",); getch(); } what will be the output of the above program

1 Answers  


character array A[12] can hold

5 Answers   Wipro,


What is auto keyword in c?

0 Answers  


What is sorting in c plus plus?

0 Answers  


What are dynamically linked and statically linked libraries?

2 Answers  


Find errors (1) m = ++a*5; (2) a = b ++ -c*2; (3)y = sqrt (1000);

5 Answers  


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

0 Answers   Wilco,


Why c language is called c?

0 Answers  


Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.

0 Answers   Infosys,


Explain how can I avoid the abort, retry, fail messages?

0 Answers  


Why ordinary variable store only one value  

0 Answers  


What is character constants?

0 Answers  


Categories