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

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

Is This Answer Correct ?    9 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does do in c?

1119


Who developed c language and when?

1131


I need a sort of an approximate strcmp routine?

1078


Write a program of prime number using recursion.

1128


how can use subset in c program and give more example

2046


What is the deal on sprintf_s return value?

1187


What is data type long in c?

1116


What are the advantages of using Unions?

1170


C program to find all possible outcomes of a dice?

2410


write a c program for swapping two strings using pointer

2687


please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics

3383


If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?

1309


What is the use of structure padding in c?

1112


How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?

2138


How can I read in an object file and jump to locations in it?

1070