here is a link to download Let_Us_C_-_Yashwant_Kanetkar
Answer Posted / manishsoni
what is mean of this question plz ellaborate it
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What is the difference between pure virtual function and virtual function?
How many types of functions are there in c?
Why malloc is faster than calloc?
How can I read a binary data file properly?
Function calling procedures? and their differences? Why should one go for Call by Reference?
program for reversing a selected line word by word when multiple lines are given without using strrev
show how link list can be used to repersent the following polynomial i) 5x+2
any "C" function by default returns an a) int value b) float value c) char value d) a & b
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
find the sum of two matrices and WAP for it.
How do you use a pointer to a function?
List the variables are used for writing doubly linked list program.
Explain what are the different file extensions involved when programming in c?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?