Write a C statement for the following natural language statements in C programming. (a) Assign value 0.9 to the variable interest. (b) Multiply 50 to the variable discount by using*= operator. Read an integer number from the keyboard and store it in the variable num. Assume that the variable has been declared. (c)

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
Write a C statement for the following natural language statements in C programming.
(a)
Assign value 0.9 to the variable interest.
(b)
Multiply 50 to the variable discount by using*= operator.
(c)
Read an integer number from the keyboard and store it in the variable num.
Assume that the variable has been declared.
(d)
" followed by the value of
Display the message "Your name is
variable name. Assume that the variable has been declared as an array of char.
(e)
Declare a function transform that receives two integers height and
width and returns an integer quantity.
(f)
Declare identifier named area with assigned value of 7.419.
(g)
Initiate preprocessor to include standard input/output header file from
standard library ofC.
(h)
Declare a constant called MAX with a value of 50.88
(i)
Read an integer number from keyboard and store it in the variable num.
G)
Display the message "Your name is:" followed by the value stored
in the variable name. Assume that the variable name has been declared
as an array of characters.
(k)
Print the value stored in variable price in two floating point format.
(1)
Read an integer number from keyboard and store it in the variable int num.
(m)
Print the value stored in variable pr ice in two floating point format.
(n)
Declare a constant MIN with a value of 332.11.
(o)
Write the C statement that will close a file called accounts .
(p)
Declare and initialize an array of pointers called MyAnimal that stores the
following string constants: "lions", "tigers", "bears".
Transcribed Image Text:Write a C statement for the following natural language statements in C programming. (a) Assign value 0.9 to the variable interest. (b) Multiply 50 to the variable discount by using*= operator. (c) Read an integer number from the keyboard and store it in the variable num. Assume that the variable has been declared. (d) " followed by the value of Display the message "Your name is variable name. Assume that the variable has been declared as an array of char. (e) Declare a function transform that receives two integers height and width and returns an integer quantity. (f) Declare identifier named area with assigned value of 7.419. (g) Initiate preprocessor to include standard input/output header file from standard library ofC. (h) Declare a constant called MAX with a value of 50.88 (i) Read an integer number from keyboard and store it in the variable num. G) Display the message "Your name is:" followed by the value stored in the variable name. Assume that the variable name has been declared as an array of characters. (k) Print the value stored in variable price in two floating point format. (1) Read an integer number from keyboard and store it in the variable int num. (m) Print the value stored in variable pr ice in two floating point format. (n) Declare a constant MIN with a value of 332.11. (o) Write the C statement that will close a file called accounts . (p) Declare and initialize an array of pointers called MyAnimal that stores the following string constants: "lions", "tigers", "bears".
Expert Solution
steps

Step by step

Solved in 4 steps

Blurred answer
Knowledge Booster
Structure chart
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education