Sign In
Ask Question
Martin Dyer
Computers & Technology
28 April, 03:42
Create a float variable named area.
+5
Answers (
1
)
Elliana
28 April, 04:02
0
float area;
Explanation:
The float datatype is used for storing the decimal number. The syntax of declaring float variable is given below.
float variablename;
float area;
area=89.900002; / / storing the value
following the program in c language
#include / / header file
int main () / / main function
{
float area=89.900002; / / declared and initialize a float variable
printf ("%f", area); / / display the area value
return 0;
}
Comment
Complaint
Link
Know the Answer?
Answer
Not Sure About the Answer?
Find an answer to your question 👍
“Create a float variable named area. ...”
in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers
You Might be Interested in
Does your ssn change when you change your name
Answers (1)
The maximum recommended amount pounds of force when pulling cat5/cat5e cable?
Answers (1)
Why do organizations create multiple databases?
Answers (1)
Which one of the following parts is labeled with the letter T? A. The wrist pin B. The piston C. The connecting rod D. The piston rings
Answers (1)
Describe the characteristics of a mesh network.
Answers (1)
New Questions in Computers & Technology
Data for which there is temporarily no room in RAM is diverted to where on your computer? A. The paging file on the hard drive B. The system file on the hard drive C. The memory file on the hard drive D. The CPU cache
Answers (2)
The Presonus Studio Live 24 console has analog D-sub direct outputs. What cable would you need to connect this to a HD Analog interface?
Answers (2)
As network administrator, what is the subnet mask that allows 510 hosts given the ip address 172.30.0.0,
Answers (1)
What factors represents one of the sources of value derived from network effects?
Answers (1)
The advanced boot options screen can be displayed by pressing what key during the boot sequence?
Answers (1)
Home
»
Computers & Technology
» Create a float variable named area.
Sign In
Sign Up
Forgot Password?