What does %f mean c?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?

572


count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array

681


What are inbuilt functions in c?

564


number of times a digit is present in a number

1546


What does == mean in texting?

671






show how link list can be used to repersent the following polynomial i) 5x+2

1684


Explain what is the stack?

643


What is build process in c?

649


What is register variable in c language?

609


what are the advantages of a macro over a function?

650


Can I initialize unions?

599


What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.

1788


What are the advantages of using Unions?

647


Linked list is a Linear or non linear explain if linear how it working as a non linear data structures

1769


What is an endless loop?

807