About Me

My photo
Vijayapur, Karnataka, India
I am interested in Teaching.

Saturday 9 June 2018

PCD : C Programs to be practice for VTU main examination

Simple Interest

Area and circumference of circle

Area and perimeter of rectangle.

Area of triangle by reading three sides of it.

Leap year

Largest of two numbers

Largest of three numbers

Largest of N numbers

Palindorme

GCD LCM

Factorial

Polynomial

Bubble sort

Linear search

Binary search

To check for prime number

swap(&a,&b)

N students information

Dynamic memory allocation

Standard deviation

Files programs

Examples for pre processors

ALL CPL Lab programs

C++ program to find GCD two numbers a and b using user defined function. i.e. GCD(a,b) using Euclids algorithm

Write C++ program to find GCD two numbers a and b using  user defined function. i.e. GCD(a,b) using Euclids algorithm.   #include <iostre...