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 |
How many levels of pointers have?
What are types of structure?
How to write the code of the program to swap two numbers with in one statement?
Write a C/C++ program that connects to a MySQL server and checks intrusion attempts every 5 minutes. If an intrusion attempt is detected beep the internal speaker to alert the administrator. A high number of aborted connects to MySQL at a point in time may be used as a basis of an intrusion.
2 Answers Drona Solutions, Infosys, Vodafone, Webyog,
how can i include my own .h file EX:- alex.h like #include<alex.h>, rather than #include"alex.h"
What does it mean when a pointer is used in an if statement?
What is an lvalue?
how to find anagram without using string functions using only loops in c programming
What are the string functions? List some string functions available in c.
What is optimization in c?
what are advantages of U D F?
Is c still used in 2019?