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

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

where %% will print % and d will be printed asual

thank u

Is This Answer Correct ?    39 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can a pointer be static?

1025


What is a pointer variable in c language?

1039


write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34

2111


Find duplicates in a file containing 6 digit number (like uid) in O (n) time.

3187


What does the && operator do in a program code?

1162


Differentiate between a structure and a union.

1230


What is storage class?

1019


Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;

1027


What are the ways to a null pointer can use in c programming language?

1080


What's the difference between constant char *p and char * constant p?

1092


Explain what math functions are available for integers? For floating point?

1065


What is int main () in c?

1031


What is call by reference in functions?

1327


Why enum is used in c?

901


Write a program on swapping (100, 50)

1068