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

write a program that will print %d in the output screen??

Answer Posted / furquan

int main()
{
printf("%%d");
return 0;
}

Is This Answer Correct ?    96 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain Function Pointer?

1238


What is double pointer?

1039


Compare and contrast compilers from interpreters.

1178


Explain how can I right-justify a string?

1091


How do I get an accurate error status return from system on ms-dos?

1175


Explain what are its uses in c programming?

1117


What do you mean by dynamic memory allocation in c? What functions are used?

1221


what is a NULL Pointer? Whether it is same as an uninitialized pointer?

1325


p*=(++q)++*--p when p=q=1 while(q<=6)

1811


Which type of language is c?

1115


a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if

1195


Difference between strcpy() and memcpy() function?

1205


What is use of pointer?

1159


What are the 5 elements of structure?

1123


Explain 'bus error'?

1161