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


Please Help Members By Posting Answers For Below Questions

Can an array be an Ivalue?

657


What does the c in ctime mean?

561


How are portions of a program disabled in demo versions?

744


Subtract Two Number Without Using Subtraction Operator

349


What functions are used in dynamic memory allocation in c?

591






what is the diffrenet bettwen HTTP and internet protocol

1383


Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant

664


In c language can we compile a program without main() function?

571


write a program fibonacci series and palindrome program in c

630


What is wrong in this statement? scanf(ā€œ%dā€,whatnumber);

722


What is the ANSI C Standard?

774


Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?

574


Explain the difference between malloc() and calloc() in c?

573


Explain how can you avoid including a header more than once?

594


Explain setjmp()?

651