here is a link to download Let_Us_C_-_Yashwant_Kanetkar
Answer Posted / ria
dude thnx a lot
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
What is assert and when would I use it?
How can I find the modification date and time of a file?
What is the function of volatile in c language?
given post order,in order construct the corresponding binary tree
Differentiate between declaring a variable and defining a variable?
What is string constants?
How are Structure passing and returning implemented by the complier?
What is sorting in c plus plus?
When should a type cast not be used?
What are called c variables?
What is pass by reference in functions?
How do we make a global variable accessible across files? Explain the extern keyword?
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none
What is the difference between ++a and a++?
Explain how can I read and write comma-delimited text?