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

#include<stdio.h>
#include<conio.h>
void main()
{
printf("\%d");
}

Is This Answer Correct ?    13 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

1183


What are local static variables? How can you use them?

1197


How can I do peek and poke in c?

1133


What is function pointer c?

1179


Explain what is the benefit of using const for declaring constants?

1086


What does the file stdio.h contain?

1117


What is oops c?

1334


Differentiate between static and dynamic modeling.

1182


What is c++ used for today?

1152


how can f be used for both float and double arguments in printf? Are not they different types?

1119


I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.

2301


Is there a way to switch on strings?

1127


write a program in c language to print your bio-data on the screen by using functions.

6831


write a program to print data of 5 five students with structures?

2084


Explain what is the benefit of using #define to declare a constant?

1270