What does %f mean c?



What does %f mean c?..

Answer / amit

%f mean in C is that it is a format specifier of float data type which store decimal value up to 4 bit ,simply it indicate data type

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

Tell about strtok & strstr functions

2 Answers   HCL, iFlex, Motorola,


write a C code To reverse a linked list

2 Answers   Motorola, Wipro,


Can a pointer be volatile in c?

0 Answers  


Explain how to reverse singly link list.

0 Answers  


What is the total generic pointer type?

0 Answers  






int a=2,b=3,c=4; printf("a=%d,b=%d\n",a,b,c); what is the o/p?

6 Answers   Verifone,


Difference between pass by reference and pass by value?

0 Answers   TCS, TISL,


i want to asked a question about c program the question is: create a c program that displays all prime numbers less than 500? using looping statement

5 Answers  


What is LINKED LIST? How can you access the last element in a linked list?

0 Answers   ADP,


What are enumerated types?

0 Answers  


Why functions are used in c?

0 Answers  


What is New modifiers?

0 Answers   NA,


Categories