Is there any book to know about Basics of C Language?
Answer Posted / samir
yes,
Programming with C
Author is yashwant Kanetkar
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What extern c means?
Once I have used freopen, how can I get the original stdout (or stdin) back?
Write a program to print “hello world” without using semicolon?
What is the use of typedef in c?
What does the c preprocessor do?
What is a structural principle?
The file stdio.h, what does it contain?
Explain logical errors? Compare with syntax errors.
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
What do you know about the use of bit field?
Write a code to generate a series where the next element is the sum of last k terms.
How do you convert strings to numbers in C?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
What is dynamic dispatch in c++?
What is array in C