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

Write a function that will take in a phone number and output all possible alphabetical combinations

0 Answers   Motorola,


What is data type long in c?

0 Answers  


What is the function of this pointer?

0 Answers   Agilent, ZS Associates,


Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.

0 Answers  


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

0 Answers  


What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

0 Answers  


Explain how does free() know explain how much memory to release?

0 Answers  


enum DAY { sunday, monday, tuesday }; enum EDAYS { friday, saturday, sunday }; void main() { int i =0; if( i == sunday) { printf("%d",i); } } what would be the output?

4 Answers   TCS,


Write a c program to print the sizes and ranges of different data types in c?

1 Answers  


Bit swapping

2 Answers  


Why can’t constant values be used to define an array’s initial size?

0 Answers  


ASCII stands for

1 Answers  


Categories