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

#include "stdio.h"

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

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Are the variables argc and argv are local to main?

1360


What is the Purpose of 'extern' keyword in a function declaration?

1138


How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include...

5530


what will be maximum number of comparisons when number of elements are given?

1950


How does free() know explain how much memory to release?

1105


find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }

2348


Describe the modifier in c?

1138


What is new line escape sequence?

1395


Explain how do you convert strings to numbers in c?

1125


What is wrong with this code?

1237


Difference between constant pointer and pointer to a constant.

1220


Write a code to determine the total number of stops an elevator would take to serve N number of people.

1309


Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?

1062


How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?

1082


What is echo in c programming?

1087