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 / mahendra vishwakarma

#include<stdio.h>
void main()
{
printf("%%d"); //this will print as %d output.
}

Is This Answer Correct ?    21 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain logical errors? Compare with syntax errors.

1124


Why is c so powerful?

1161


I need previous papers of CSC.......plz help out by posting them.......

2350


How to explain the final year project as a fresher please answer with sample project

1023


What are 'near' and 'far' pointers?

1088


What are the 32 keywords in c?

1140


How can a program be made to print the name of a source file where an error occurs?

1265


Explain the difference between exit() and _exit() function?

1208


What is formal argument?

1189


What is sizeof array in c?

1111


Write a program for Overriding.

1208


What is a constant?

1107


Are the outer parentheses in return statements really optional?

1157


Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.

1155


How to delete a node from linked list w/o using collectons?

2820