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

Explain what is gets() function?

0 Answers  


how do you execute a c program in unix.

0 Answers  


Write a code of a general series where the next element is the sum of last k terms.

0 Answers   Aspiring Minds,


Tell me with an example the self-referential structure?

0 Answers  


Why data types in all programming languages have some range? Why ritche have disigned first time likethat?Why not a single data type can support all other types?

2 Answers   Excel,


What is switch in c?

0 Answers  


can we initialize all the members of union?

2 Answers  


What does the characters “r” and “w” mean when writing programs that will make use of files?

0 Answers  


What are the advantages and disadvantages of a heap?

0 Answers  


What does sizeof return c?

0 Answers  


C passes By value or By reference?

5 Answers   Geometric Software, Infosys,


differentiate between const char *a; char *const a; and char const *a;

2 Answers   College School Exams Tests, HCL, TCS,


Categories