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

What is break in c?

1024


Differentiate fundamental data types and derived data types in C.

1031


How to write c functions that modify head pointer of a linked list?

983


#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }

1129


Explain the use of #pragma exit?

1172


Why c is procedure oriented?

1068


What are loops in c?

995


Why should I use standard library functions instead of writing my own?

1264


What is linear search?

1132


Do you know null pointer?

1021


Can you think of a logic behind the game minesweeper.

2461


What are the Advantages of using macro

1166


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

1819


any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above

1045


What is the difference between if else and switchstatement

1927