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 is void c?
What happens if a header file is included twice?
what is the function of pragma directive in c?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
Do pointers need to be initialized?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
Is stack a keyword in c?
write an algorithm to display a square matrix.
What is spark map function?
What is typedef?
What is malloc calloc and realloc in c?
What is the use of structure padding in c?
What is fflush() function?
how many key words availabel in c a) 28 b) 31 c) 32
where are auto variables stored? What are the characteristics of an auto variable?