Ex.no:2e Area of a triangle – Coding Connect
AIM: To write a C program to find the area of a…
AIM: To write a C program to find the area of a…
AIM: To write a C program to evaluate x = 8t2-t+4 y=sin…
AIM: To write a c program to display the size of…
Search, generate, and manipulate data , Presentation and Visualization of graphs, charts, 2D, 3D and Problem…
(I)GENERAL PURPOSE COMMANDS date The date command is used to display the current date with day…
AIM: To study about visual editor commands in Unix About vi editor: The default editor…
AIM: To study about the Unix Operating system. Introduction: An operating…
Before going to the program first let us understand what is a Binary Search? Binary Search:…
Before going to the program first let us understand what is Transpose of a Matrix? Transpose of…
Before going to the program first let is understand what is Sum of two Matrix? Sum of two…
Before going to the program first let is understand what is Matrix Multiplication? Matrix Multiplication: Matrix…
Before going to the program first let us understand what is a Linear Search? Linear search:…
Before going to the program first let us understand what is a Quadratic Equation? Quadratic Equation:…
Program code to find Reverse of a Number in C: #include<stdio.h> #include<conio.h> void main() { int…
Program code to find Reverse of a Number in C: #include<stdio.h> #include<conio.h> void main() { int…
Program code to find Reverse of a Number in C: #include<stdio.h> #include<conio.h> void main() { int…
Program code to find Reverse of a Number: #include<iostream.h> #include<conio.h> void main() { int n,a,r,s=0; clrscr();…
Before going to the program first let us understand what is a Fibonacci Series? Fibonacci Series:…