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 that will print %d in the output screen??

Answer Posted / sachin tyagi

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

Is This Answer Correct ?    2 Yes 59 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is return a keyword in c?

1142


how do you execute a c program in unix.

1154


What is the default value of local and global variables in c?

1097


What does 4d mean in c?

1561


What is preprocessor with example?

1103


When is a “switch” statement preferable over an “if” statement?

1204


When is a void pointer used?

1302


How can you draw circles in C?

1195


Is c language still used?

1043


Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop

2203


Explain how can you avoid including a header more than once?

1145


The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none

1303


What is a floating point in c?

1121


Write a program for finding factorial of a number.

1138


What is a nested loop?

1175