Sign In
Ask Question
Computers & Technology
Guest
18 February, 09:40
Create a float variable named area.
+1
Answers (
1
)
Timothy Sullivan
18 February, 11:00
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?
Get an answer to your question ✅
“Create a float variable named area. ...”
in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers
You Might be Interested in
Traveling abroad to have sex with underage children is known as?
Answers (2)
Imagine one real-life example of each: a multi-file volume and a multi-volume file. Include a description of the media used for storage and a general description of the data in the file.
Answers (1)
My computer just fried anybody know why it did that?
Answers (2)
Nancy finds it difficult to locate emails in her Inbox. What action should she take to locate a particular type of email instantly?
Answers (1)
Technolygy for searching answers
Answers (1)
New Questions in Computers & Technology
What are the 6 external parts of a computer
Answers (1)
What type of hard drive is in original xbox?
Answers (1)
Red is the longest color of the visible spectrum T or F
Answers (2)
Which of these is an example of an open source software java prolog thunderbird internet explorer
Answers (1)
Mobile first design is important because
Answers (1)
Home
»
Computers & Technology
» Create a float variable named area.
Sign In
Sign Up
Forgot Password?