Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 / aarti

hello sir i want to this book

Is This Answer Correct ?    4 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does double pointer mean in c?

1263


what do you mean by inline function in C?

1103


What is the use of void pointer and null pointer in c language?

1171


What is table lookup in c?

1152


Can a variable be both static and volatile in c?

1084


#include #include struct stu { int i; char j; }; union uni { int i; char j; }; void main() { int j,k; clrscr(); struct stu s; j=sizeof(s); printf("%d",j); union uni u; k=sizeof(u); printf("%d",k); getch(); } what is value of j and k.

6402


How can I automatically locate a programs configuration files in the same directory as the executable?

1238


What is the right type to use for boolean values in c? Is there a standard type?

1065


What is the difference between the local variable and global variable in c?

1017


How can I manipulate strings of multibyte characters?

1159


Why c is called free form language?

1079


What is double pointer?

1045


Why main is used in c?

1129


Explain output of printf("Hello World"-'A'+'B'); ?

1562


What are the types of arrays in c?

1244