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

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

Is This Answer Correct ?    3 Yes 22 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you apply link and association interchangeably?

1175


What is an array? What the different types of arrays in c?

1253


Do you know what are the properties of union in c?

1131


Explain About fork()?

1172


What are linked lists in c?

1177


Explain the difference between exit() and _exit() function?

1213


What do you mean by Recursion Function?

1178


why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???

2024


If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402

3966


What is indirection in c?

1116


What are header files in c programming?

1179


What is the code for 3 questions and answer check in VisualBasic.Net?

2208


#include int main(){ int i=10; int *ptr=&i; *ptr=(int *)20; printf("%d",i); return 0; } Output: 20 can anyone explain how came the output is 20

1773


write a c program to calculate sum of digits till it reduces to a single digit using recursion

3381


a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list

1048