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 |
What is the role of && operator in a program code?
Is null a keyword in c?
what information does the header files contain?
6 Answers BSNL, Cisco, GDA Technologies,
what is software?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
write a program in 'c' to find the value of p[i+1]^n.p,i,n are arguments of a macro and n is a integer
Explain the advantages and disadvantages of macros.
We can draw a box in cprogram by using only one printf();& without using graphic.h header file?
Please provide question papers of NATIONAL INFORMATICS CENTRE for Scientific officer
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?
what will be the output for the following program? main() { char ch = 'k'; char c; printf("%c",c); }