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

What is enum c++?

1338


What does scope resolution operator do?

1167


What is abstraction with real time example?

1207


What is function declaration in c++ with example?

1184


Is java a c++?

1104


Out of fgets() and gets() which function is safe to use?

1195


What is a list c++?

1158


What is a catch statement?

1114


What's the order in which the objects in an array are destructed?

1466


What do you know about near, far and huge pointer?

1220


How do I use turbo c++?

1035


Can you declare an array without a size in c++?

1068


What do you mean by public protected and private in c++?

1114


What does ios :: app do in c++?

1096


Can you Mention some Application of C/C++?

1127