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 / hardik jasani

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

Output:0

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write about a nested class and mention its use?

1061


What are the various arithmetic operators in c++?

1081


Differentiate between late binding and early binding.

1212


What is buffer and example?

951


Can recursive program be written in C++?

1193


Describe public access specifiers?

1057


In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h

1170


Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.

2542


What is binary object model?

978


What is a manipulator in c++?

1180


Is java easier than c++?

962


Is c or c++ more useful?

1001


What do you mean by static variables?

1121


What is a null object in c++?

1163


What is pure virtual function? Or what is abstract class?

1010