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 are near, far and huge pointers?
0 Answers Hexaware, Thomson Reuters, Virtusa,
What is structure padding in c?
How does memset() work in C?
Write an algorithm for a program that receives an integer as input and outputs the product of of its digits. E.g. 1234 = 24, 705 = 0
What are terms in math?
What is the difference between constant pointer and pointer to a constant. Give examples.
What is methods in c?
what is unsigened char and what is the difference from char
what is c?
How to add two numbers without using semicolon at runtime
4. main() { int c=- -2; printf("c=%d",c); }
What does 2n 4c mean?