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 / aditya singh

//wap to print %d on the screen//
#include<stdio.h>
main()
{
char a = '%';
char b = 'd';
printf("%c",a);
printf("%c",b);
getch();
}

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the benefit of using an enum rather than a #define constant?

1192


What are terms in math?

993


Which is better malloc or calloc?

1068


How can I use a preprocessorif expression to ?

1018


Write a program to check palindrome number in c programming?

976


What is array of pointers to string?

1017


Which programming language is best for getting job 2020?

998


Explain how can I make sure that my program is the only one accessing a file?

1197


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

954


What is use of pointer?

1026


Function calling procedures? and their differences? Why should one go for Call by Reference?

1059


write a programming in c to find the sum of all elements in an array through function.

2134


What is the importance of c in your views?

1122


What are the __date__ and __time__ preprocessor commands?

1062


How is a structure member accessed?

1077