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...

What is the output of printf("%d")?

Answer Posted / sathya

it is the integer in decimal form..
#include<stdio.h>
main()
{
int sum;
sum=6+3;
printf("%d\n",sum);
}

Is This Answer Correct ?    2 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When is the copy constructor called?

1093


What is searching?

1074


How do I download c++?

974


How do you flush std cout?

1041


What are the various storage classes in C++?

1101


What are virtual functions in c++?

1129


what are function pointers?

991


Define a conversion constructor?

1037


How to declare a pointer to an array of integers?

1085


How many ways can a variable be initialized into in C++?

980


an integer constant must have atleast one a) character b) digit c) decimal point

991


How many types of comments are there in c++?

951


Can a program run without main?

1180


What is the difference between object-oriented programming and procedural programming?

1166


How the programmer of a class should decide whether to declare member function or a friend function?

1075