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 / vignesh1988i
hi.. this vignesh writing to you
sir........................... can i say you a suggestion
sir....... if you want to have a great knowledge in C
programming.......... refer to "YASHWANT k KANETKAR" this
was thew best book ever i saw ............. my kind advices
is to refer to his books........ he is really a genius
.......... it just cost 195 only..................
| Is This Answer Correct ? | 48 Yes | 13 No |
Post New Answer View All Answers
What is double pointer?
What is the translation phases used in c language?
What is non linear data structure in c?
What are the functions to open and close the file in c language?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures
What are valid signatures for the Main function?
What is use of bit field?
Is a house a mass structure?
Explain the properties of union. What is the size of a union variable
Is Exception handling possible in c language?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
What kind of structure is a house?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
What is the advantage of c?