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 |
list the no of files created when c source file is compiled
What does the message "warning: macro replacement within a string literal" mean?
Please provide question papers of NATIONAL INFORMATICS CENTRE for Scientific officer
What is static identifier?
What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
Program to find the absolute value of given integer using Conditional Operators
Explain enumerated types in c language?
Write a c program for sum of first n terms of the series S = 1 - (1/3) + (1/5) -(1/7) + (1/9) ......
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
There are 8 billiard balls, and one of them is slightly heavier, but the only way to tell was by putting it on a weighing scale against another. What's the fewest number of times you'd have to use the scale to find the heavier ball?
write a addition of two no. program with out using printf,scanf,puts .