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 ?

Answers were Sorted based on User's Feedback



write a program to print %d ? ..

Answer / naveenkumar s h

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

Is This Answer Correct ?    0 Yes 11 No

write a program to print %d ? ..

Answer / ketan

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

Is This Answer Correct ?    3 Yes 22 No

Post New Answer

More C Interview Questions

if function is declared as static in one source file, if I would like to use the same function in some other source file...is it possible....how ?

2 Answers   NetApp,


How can I direct output to the printer?

0 Answers  


Is boolean a datatype in c?

0 Answers  


a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above

0 Answers  


What’s a signal? Explain what do I use signals for?

0 Answers  


Write a program to print all permutations of a given string.

0 Answers   JPMorgan Chase,


which of the following go out of the loopo if expn 2 becoming false a.while(expn 1){...if(expn 2)continue;} b.while(!expn 1){if(expn 2)continue;...} c.do{..if(expn 1)continue;..}while(expn 2); d.while(!expn 2){if(expn 1)continue;..}

4 Answers   TCS,


Write a C program that reads a series of strings and prints only those ending in "ed"

2 Answers   Accenture,


Does sprintf put null character?

0 Answers  


What is || operator and how does it function in a program?

0 Answers  


What is chain pointer in c?

0 Answers  


How can I do peek and poke in c?

0 Answers  


Categories