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 use of structure padding in c?

0 Answers  


Determine the result of performing two successive block transfers into the same area of a frame buffer using the binary arith operations

0 Answers  


Here is a neat trick for checking whether two strings are equal

0 Answers  


4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it. i have done maximum par but i m findind problem in the commented area. please help...

3 Answers  


Explain the use of 'auto' keyword

0 Answers  


what is the difference between const volatile int i & volatile const int j;

2 Answers   HCL,


What happens if header file is included twice?

0 Answers  


an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational

0 Answers  


How can I return multiple values from a function?

6 Answers  


What is string in c language?

0 Answers  


Why do we use namespace feature?

0 Answers  


What is wrong with this code?

0 Answers  


Categories