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...


which is the best site or book for learning C...and i need the content for C..how to get the good programming skills....? can plz suggest me....

Answers were Sorted based on User's Feedback



which is the best site or book for learning C...and i need the content for C..how to get the good pr..

Answer / shrikantauti

I would suggest you to read 'Let Us C' by Yashwant Kanetkar.
It includes all the things required for beginners.

Is This Answer Correct ?    8 Yes 1 No

which is the best site or book for learning C...and i need the content for C..how to get the good pr..

Answer / nitish

There are number of books and tutorials to learn C language. I visited a site that have all the materials for all programming languages...

Try these Links :

http://123techbooks.blogspot.com/search/label/C%20BOOKS
http://123techbooks.blogspot.com/2010/12/c-tutorials.html

I think this may give you maximum materials for your Courses..

Thanking You,
Nitish

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More C Interview Questions

What is pointers in c with example?

0 Answers  


Write a program to write a given string in maximum possibilities? i.e str[5]="reddy"; i.e we can write this string in 120 ways for that write a program

3 Answers   Subex,


what will be the output of the following program, justify? #define TEST int TEST getdata() { static i; i+=10; return i; } main() { int k; k = getdata(); }

3 Answers  


why we need function pointers?

3 Answers  


12. Look at the Code: main() { int a[]={1,2,3},i; for(i=0;i<3;i++) { printf("%d",*a); a++; } } Which Statement is/are True w.r.t the above code? I.Executes Successfully & Prints the contents of the array II.Gives the Error:Lvalue Required III.The address of the array should not be changed IV.None of the Above. A)Only I B)Only II C)II & III D)IV

4 Answers   Accenture,


main() { FILE *fs; char c[10]; fs = fopen(“source.txt”, ”r”); /* source.txt exists and contains “Vector Institute” */ fseek(fs,0,SEEK_END); fseek(fs,-3L,SEEK_CUR); fgets(c,5,fs); puts(c); }

1 Answers   Vector,


How can you print HELLO WORLD without using "semicolon"?

7 Answers   HCL, Infosys,


What is a pragma?

0 Answers  


44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?

3 Answers  


Explain what are reserved words?

0 Answers  


Why cd or dvd are round why not square.

1 Answers  


What is the difference between strcpy() and memcpy() function in c programming?

0 Answers  


Categories