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 / ratish

void main()
{
printf("\%d");
}

Is This Answer Correct ?    1 Yes 24 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the need of structure in c?

1177


What is context in c?

975


What does the characters “r” and “w” mean when writing programs that will make use of files?

1540


How do I round numbers?

1050


code for replace tabs with equivalent number of blanks

2211


What is this infamous null pointer, anyway?

1099


Can a local variable be volatile in c?

1049


Is this program statement valid? INT = 10.50;

1227


What does 3 periods mean in texting?

1129


Is the exit() function same as the return statement? Explain.

1154


What does the function toupper() do?

1186


Explain how do you use a pointer to a function?

1150


What are the types of macro formats?

1163


What is meant by realloc()?

1200


disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit

2106