Is there any book to know about Basics of C Language?
Answers were Sorted based on User's Feedback
Answer / samir
yes,
Programming with C
Author is yashwant Kanetkar
| Is This Answer Correct ? | 4 Yes | 0 No |
What is the difference b/w Structure & Array?
What is the purpose of #pragma directives in C?
diff .between strcture and union
Explain Basic concepts of C language?
YBJBU6
What are void pointers in c?
What are pointers? Why are they used?
write the program for maximum of the following numbers? 122,198,290,71,143,325,98
How can we open a file in Binary mode and Text mode?what is the difference?
What is ponter?
which one is better structure or union?(other than the space occupied )
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational