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 / nazibsazib
i had downloaded this scanned copy from 4shared...it is quite similar to the one google books preview versio...the link is given below...hope it'll help...:-)
http://www.4shared.com/office/Q-l54QQK/programing_in_ansi_c_4_th_edit.html
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the advantages of using macro in c language?
What does 4d mean in c?
Write a program to swap two numbers without using third variable?
Explain 'far' and 'near' pointers in c.
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
What is c mainly used for?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
What is keyword with example?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
I came across some code that puts a (void) cast before each call to printf. Why?
State two uses of pointers in C?
What is pragma c?
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
Why static is used in c?
main() { printf("hello"); fork(); }