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...

How to print %d in output

Answer Posted / reddy

printf("%d");

Is This Answer Correct ?    11 Yes 30 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are types of functions?

1007


What is indirection in c?

1046


What is #define used for in c?

1036


Why static variable is used in c?

1000


the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above

1014


What does the c in ctime mean?

1039


#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }

1119


What is size of union in c?

992


Define macros.

1238


How would you use the functions fseek(), freed(), fwrite() and ftell()?

1122


Explain heap and queue.

1034


Disadvantages of C language.

1067


main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none

1317


Implement bit Array in C.

1111


Can we increase size of array in c?

940