QUESTION (a): AIM: TO FIND AREA OF RECTANGLE ,CIRCLE AND SURFACE AREA OF CYLINDER. THEORY: C is a general-purpose, middle level, procedural computer programming language supporting structured...


QUESTION (a):<br>AIM: TO FIND AREA OF RECTANGLE ,CIRCLE AND SURFACE AREA OF<br>CYLINDER.<br>THEORY: C is a general-purpose, middle level, procedural computer<br>programming language supporting structured programming, lexical variable scope,<br>and recursion, with a static type system. C is an imperative procedural language. It<br>was designed to be compiled to provide low-level access to memory and language<br>constructs that map efficiently to machine instructions, all with minimal runtime<br>support. C language is lavishly portable as programs that are written in<br>can run and compile on any system with either none or small changes. It's also fast<br>and efficient because statically typed languages are faster than dynamically typed<br>languages.<br>language<br>ALGORITHM:<br>STEP 1: Start<br>STEP 2: Print “ Enter length and breadth of a rectangle

Extracted text: QUESTION (a): AIM: TO FIND AREA OF RECTANGLE ,CIRCLE AND SURFACE AREA OF CYLINDER. THEORY: C is a general-purpose, middle level, procedural computer programming language supporting structured programming, lexical variable scope, and recursion, with a static type system. C is an imperative procedural language. It was designed to be compiled to provide low-level access to memory and language constructs that map efficiently to machine instructions, all with minimal runtime support. C language is lavishly portable as programs that are written in can run and compile on any system with either none or small changes. It's also fast and efficient because statically typed languages are faster than dynamically typed languages. language ALGORITHM: STEP 1: Start STEP 2: Print “ Enter length and breadth of a rectangle" STEP 3: Input 1,b STEP 4: Area of rectangle=l*b STEP 4: Print “The area of rectangle is" STEP 5: Print “Enter radius of circle" STEP 6: Input r STEP 7: Area of circle=3.1416*r*r STEP 8: Print "The area of circle is" STEP 9: Print “Enter height and radius of cylinder" STEP 10: Input h,R
STEP 11: Surface area of cylinder = 6.2832*R*(R+h)<br>STEP 12: Print “Surface area of cylinder is

Extracted text: STEP 11: Surface area of cylinder = 6.2832*R*(R+h) STEP 12: Print “Surface area of cylinder is" STEP 13: Stop

Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here