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

prinf("%""d");

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }

2502


If null and 0 are equivalent as null pointer constants, which should I use?

1221


What are the types of i/o functions?

1345


What are the different categories of functions in c?

1138


c language interview questions & answer

1961


What is a volatile keyword in c?

1165


When can you use a pointer with a function?

1069


What is the use of bitwise operator?

1132


How to find a missed value, if you want to store 100 values in a 99 sized array?

1414


Is c still used?

1049


What are keywords c?

1032


What are the different types of control structures?

1047


Write a program that accept anumber in words

1761


What is #include conio h?

1002


Explain is it valid to address one element beyond the end of an array?

1218