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 to print %d ?

Answer Posted / rashmi

# include <stdio.h>
main()
{
printf("%d");
}

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is c called c not d or e?

1144


If null and 0 are equivalent as null pointer constants, which should I use?

1311


What is chain pointer in c?

1113


What is the purpose of sprintf?

1203


process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,

2473


What is extern keyword in c?

1184


Tell me what is null pointer in c?

1129


What is a memory leak? How to avoid it?

1422


What is a double c?

1040


What is s in c?

1094


How can I open a file so that other programs can update it at the same time?

1238


what do the 'c' and 'v' in argc and argv stand for?

1219


What is the advantage of an array over individual variables?

1293


What is the most efficient way to count the number of bits which are set in an integer?

1119


which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

1784