What does the format %10.2 mean when included in a printf statement?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What are pointers?

0 Answers   Accenture, Tavant Technologies, Zensar,


write a program for fibonaci series by using while loop in c?

2 Answers  


How many types of operators are there in c?

0 Answers  


main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); }

4 Answers   CitiGroup,


What are the different pointer models in c?

4 Answers  






Write a C program to convert an integer into a binary string?

1 Answers  


How are structure passing and returning implemented?

0 Answers  


What is the difference between if else and switchstatement

0 Answers  


What language is windows 1.0 written?

0 Answers  


In a byte, what is the maximum decimal number that you can accommodate?

0 Answers  


Function calling procedures? and their differences? Why should one go for Call by Reference?

0 Answers   ADP,


When should the register modifier be used? Does it really help?

0 Answers  


Categories