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

Answers were Sorted based on User's Feedback



Sir i want e-notes of C languge of BAlaguruswami book i.e scanned or pdf file of balaguruswamy boo..

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

Sir i want e-notes of C languge of BAlaguruswami book i.e scanned or pdf file of balaguruswamy boo..

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

Sir i want e-notes of C languge of BAlaguruswami book i.e scanned or pdf file of balaguruswamy boo..

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

Sir i want e-notes of C languge of BAlaguruswami book i.e scanned or pdf file of balaguruswamy boo..

Answer / ishika

i too want e balagurusamy notes and ebook plz send me at
ishika883@yahoo.com

Is This Answer Correct ?    8 Yes 6 No

Sir i want e-notes of C languge of BAlaguruswami book i.e scanned or pdf file of balaguruswamy boo..

Answer / shanmuga

i also need c programming notes in softcopy any body can
send it please or show the link of e-notes

Is This Answer Correct ?    4 Yes 2 No

Sir i want e-notes of C languge of BAlaguruswami book i.e scanned or pdf file of balaguruswamy boo..

Answer / kush

i just want to know that sir which book i must get for c++
if you can send me e-notes for help my mail id is
kush.gupta88@gmail.com

Is This Answer Correct ?    7 Yes 8 No

Sir i want e-notes of C languge of BAlaguruswami book i.e scanned or pdf file of balaguruswamy boo..

Answer / sandeep kumar

plz send a copy to me also.

Is This Answer Correct ?    0 Yes 1 No

Sir i want e-notes of C languge of BAlaguruswami book i.e scanned or pdf file of balaguruswamy boo..

Answer / aarti

hello sir i want to this book

Is This Answer Correct ?    4 Yes 7 No

Post New Answer

More C Interview Questions

#include<stdio.h> main() {int i=1;j=1; for(;;) {if(i>5) break; else j+=1; printf("\n%d",j) i+=j; } }

7 Answers   HCL,


What is sizeof int in c?

0 Answers  


Give me the code of in-order recursive and non-recursive.

0 Answers   DELL,


write a program for egyptian fractions in c?

1 Answers   Satyam,


Write a program to generate random numbers in c?

0 Answers  






Write an implementation of “float stringToFloat(char *str).” The code should be simple, and not require more than the basic operators (if, for, math operators, etc.). • Assumptions • Don’t worry about overflow or underflow • Stop at the 1st invalid character and return the number you have converted till then, if the 1st character is invalid return 0 • Don’t worry about exponential (e.g. 1e10), instead you should treat ‘e’ as an invalid character • Write it like real code, e.g. do error checking • Go though the string only once • Examples • “1.23” should return 1.23 • “1a” should return 1 • “a”should return 0

6 Answers   Qualcomm,


int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;

0 Answers  


. Consider the following program main() { int a[5]={1,3,6,7,0}; int *b; b=&a[2]; } The value of b[-1] is (A) 1 (B) 3 (C) -6 (D) none

9 Answers   Oracle,


What are the uses of pre-processor directives?

2 Answers  


Who is the main contributor in designing the c language after dennis ritchie?

0 Answers  


What are the types of type specifiers?

0 Answers  


program to find middle element of linklist?

1 Answers   Huawei,


Categories