here is a link to download Let_Us_C_-_Yashwant_Kanetkar
Answer Posted / maddy
rapidshare.com/files/172131354/Let_Us_C_-_Yashwant_Kanetkar.pdf
| Is This Answer Correct ? | 37 Yes | 2 No |
Post New Answer View All Answers
Why is it usually a bad idea to use gets()? Suggest a workaround.
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
Why is it important to memset a variable, immediately after allocating memory to it ?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
What is the purpose of void pointer?
What is the need of structure in c?
Explain what header files do I need in order to define the standard library functions I use?
Can you write a programmer for FACTORIAL using recursion?
Give the rules for variable declaration?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
What is pointer and structure in c?
Is calloc better than malloc?
How is a macro different from a function?
What is c token?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)