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

When is the “void” keyword used in a function?

1 Answers  


c program for searching a student details among 10 student details

0 Answers  


Find the O/p of the following 1) #include int main() { char c='1'; int j=atoi(c); }

4 Answers   Subex,


Explain about the functions strcat() and strcmp()?

0 Answers  


explain what is fifo?

0 Answers  






how to find sum of 5 digits in C?

4 Answers  


What is the purpose of ftell?

0 Answers  


What is a far pointer?What is the utility?

4 Answers  


application attempts to perform an operation?

0 Answers  


Can we change the value of static variable in c?

0 Answers  


i want to have a program to read a string and print the frequency of each character and it should work in turbo c

3 Answers   Persistent, Wipro,


how to find the size of the data type like int,float without using the sizeof operator?

13 Answers  


Categories