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

what is the output of
printf("%d",(scanf("%d",10));

Answer Posted / makadivya

10

Is This Answer Correct ?    14 Yes 22 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

#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); }

1097


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

1133


What is || operator and how does it function in a program?

1161


Explain how can I read and write comma-delimited text?

1228


Why is main function so important?

1159


Can a pointer point to null?

1117


How can you read a directory in a C program?

1184


What does 3 mean in texting?

1163


Are global variables static in c?

1218


FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above

1165


Explain what header files do I need in order to define the standard library functions I use?

1226


What are control structures? What are the different types?

1141


hi any body pls give me company name interview conduct "c" language only

2323


What is far pointer in c?

1390


Define and explain about ! Operator?

1045