Explain 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 is the purpose of Scanf Print, getchar, putchar, function?

3 Answers  


write a program that will read the temperature in Celsius and convert that into Fahrenheit.

1 Answers  


Discuss similarities and differences of Multiprogramming OS and multiprocessing OS?

4 Answers   TCS,


How do you redirect a standard stream?

0 Answers  


What is indirection?

0 Answers  






code for copying two strings with out strcpy() function.

6 Answers  


Write a program to find factorial of a number using recursive function.

0 Answers   Global Logic, TCS,


what is the purpose of the code, and is there any problem with it. bool f( uint n ) { return (n & (n-1)) == 0; }

1 Answers   Google,


What is adt in c programming?

0 Answers  


Write a program which take a integer from user and tell whether the given variable is squar of some number or not. eg: is this number is 1,4,9,16... or not

9 Answers   Alcatel,


how to find binary of number?

2 Answers  


void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }

3 Answers   ME, pspl,


Categories