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


here is a link to download Let_Us_C_-_Yashwant_Kanetkar

Answers were Sorted based on User's Feedback



here is a link to download Let_Us_C_-_Yashwant_Kanetkar..

Answer / maddy

rapidshare.com/files/172131354/Let_Us_C_-_Yashwant_Kanetkar.pdf

Is This Answer Correct ?    37 Yes 2 No

here is a link to download Let_Us_C_-_Yashwant_Kanetkar..

Answer / ria

dude thnx a lot

Is This Answer Correct ?    10 Yes 3 No

here is a link to download Let_Us_C_-_Yashwant_Kanetkar..

Answer / manishsoni

what is mean of this question plz ellaborate it

Is This Answer Correct ?    7 Yes 2 No

Post New Answer

More C Interview Questions

Why do we use stdio h and conio h?

0 Answers  


#include<stdio.h> #include<conio.h> void main() {clrscr(); char another='y'; int num; for(;another=='y';) { printf("Enter a number"); scanf("%d",&num); printf("squre of %d is %d",num,num*num); printf("\nwant to enter another number y/n"); scanf("%c",&another); } getch(); } the above code runs only one time.on entering 'y' the screen disappeares.what can i do?

3 Answers  


Is fortran still used today?

0 Answers  


When would you use a pointer to a function?

0 Answers  


#include main() { int *p, *c, i; i = 5; p = (int*) (malloc(sizeof(i))); printf(" %d",*p); *p = 10; printf(" %d %d",i,*p); c = (int*) calloc(2); printf(" %d ",*c); }

0 Answers   Wilco,


How does free() know explain how much memory to release?

0 Answers  


write a program that will read the temperature in Celsius and convert that into Fahrenheit.

1 Answers  


what is a stack

6 Answers  


what will be the output off the following program? #include<stdio.h> int main() { int a; a=015+0*71+5; printf("%d,a"); return0; }

9 Answers   HCL,


how to swap four numbers without using fifth variable?

2 Answers  


What is scanf_s in c?

0 Answers  


What is typedef example?

0 Answers  


Categories