Sir i want e-notes of C languge of BAlaguruswami book i.e
scanned or pdf file of balaguruswamy book on c
language.PLEASE SEND ME on my mail id ajit_kolhe@rediff.com
Answer Posted / no idea
hi
personally i won't prefer balaguruswamy or yeswanth
kanetkar
if u want to learn c please read GNU C reference manual
give the same words in google search u will get it
| Is This Answer Correct ? | 24 Yes | 11 No |
Post New Answer View All Answers
Can we assign integer value to char in c?
Write a C program to help a HiFi’s Restaurant automate its breakfast billing system. Your assignment should implement the following items: a. Show the customer the different breakfast items offered by the HiFi’s Restaurant. b. Allow the customer to select more than one item from the menu. c. Calculate and print the bill to the customer. d. Produce a report to present your complete program and show more sample output. Assume that the HiFi’s Restaurant offers the following breakfast menu: Plain Egg $2.50 Bacon and Egg $3.45 Muffin $2.20 French Toast $2.95 Fruit Basket $3.45 Cereal $0.70 Coffee $1.50 Tea $1.80
Do you know pointer in c?
What is nested structure?
What is a const pointer in c?
What is your stream meaning?
What is output redirection?
How can I automatically locate a programs configuration files in the same directory as the executable?
What is identifier in c?
How do you use a pointer to a function?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.
Explain what is the heap?
Ow can I insert or delete a line (or record) in the middle of a file?
What is malloc calloc and realloc in c?