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 |
how to find anagram without using string functions using only loops in c programming
What is non linear data structure in c?
what will be the output for the following program? main() { char ch = 'k'; char c; printf("%c",c); }
Is null valid for pointers to functions?
How does placing some code lines between the comment symbol help in debugging the code?
Explain what is the difference between the expression '++a' and 'a++'?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
Explain null pointer.
What does %d do in c?
Why are algorithms important in c program?
Why do we need functions in c?
What are different types of pointers?