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 significance of static storage class specifier?

0 Answers  


What is the Lvalue and Rvalue?

2 Answers  


Explain the process of converting a Tree into a Binary Tree.

0 Answers   Ignou,


read the folllowing code # define MAX 100 # define MIN 100 .... .... if(x>MAX) x=1; else if(x<MIN) x=-1; x=50; if the initial value of x=200,what is the vlaue after executing this code? a.200 b.1 c.-1 d.50

4 Answers   TCS,


how to find sum of 5 digits in C?

4 Answers  






why effort estimation is important?

1 Answers  


What are the key features in c programming language?

0 Answers  


whenever a question is posted in a particular category in allinterview.com, Is there any facility to receive an indication mail. For eg: I need to receive an indication email, whenever a question is posted under the category “C Langauage”.

1 Answers  


how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.

0 Answers  


What is type qualifiers?

0 Answers  


What are the advantages of using new operator as compared to the function malloc ()?

0 Answers   NIIT,


Is stack a keyword in c?

0 Answers  


Categories