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

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

Is This Answer Correct ?    15 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is static and auto variables in c?

1134


Write a program to swap two numbers without using a temporary variable?

1178


What is formal argument?

1189


What are the loops in c?

1043


Are the variables argc and argv are always local to main?

1075


Does sprintf put null character?

1088


What are the types of data types and explain?

1129


In which language linux is written?

1283


Can you mix old-style and new-style function syntax?

1150


An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above

1217


the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters

2341


What will be the outcome of the following conditional statement if the value of variable s is 10?

1363


A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor

1136


Why is void main used?

1140


please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code

2223