Category: LAB

0

Ex.No:4c Sorting

AIM:          To write a C program to sort an array of n integers. ALGORITHM: Step 1: Start the program. Step 2: Read the array a. Step 3: Repeat for i ←...

0

Ex.no:3f Illustrate menu-driven Programming

AIM:          To write a C program to illustrate menu-driven Programming. ALGORITHM: Step 1: Start the program. Step 2: Read choice and num. Step 3: Repeat till a valid choice. Step 3a:...

0

Ex.No:3e Triangle Of Numbers

AIM:         To write a c program to print triangle of numbers. ALGORITHM: Step 1: Start the program. Step 2: Declare the variables i,j,k,l and n as “int” datatype. Step 3: Read  N numbers of...

0

Ex.no:2e Area of a triangle

AIM:         To write a C program to find the area of a triangle given the length of three sides. ALGORITHM: Step 1: Start the program. Step 2: Read the side lengths...

0

Ex no:2d Evaluate the expression

AIM:          To write a C program to evaluate x = 8t2-t+4 y=sin 30◦ z=e3t+5  ALGORITHM: Step 1: Start the program. Step 2: Read t. Step 3 : Calculate x = 8t2-t3+4...

0

Ex.no:1 Implementation using MS office

Search, generate, and manipulate data , Presentation and Visualization of graphs, charts, 2D, 3D and Problem formulation, Problem Solving using Flowcharts by A) Word Processing B) Spread Sheet C) Power point presentation A. Word Processing...

0

EX.NO:1b UNIX COMMANDS

(I)GENERAL PURPOSE COMMANDS date The date command is used to display the current date with day of week, month, time and the year. Syntax: $ date              $date  +[%format] Example:...

0

EX.NO:1a   INTRODUCTION TO VI EDITOR

AIM:             To study about visual editor commands in Unix About vi editor:        The default editor that comes with the UNIX operating system is called vi (visual editor). The UNIX vi editor is a full...