Q.6 Write a
program to perform addition of two complex numbers using constructor
overloading.......
Home
Archives for January 2017
Friday, 27 January 2017
Saturday, 14 January 2017
program to explain class in C++ and print marks of student
Program to make a class student to print result of
student.
#include<iostream.h>
#include<conio.h>
class......
Monday, 9 January 2017
Comparison between C and C++.
C++ is super set of C language.
C++ program can use existing C software libraries.
C......
Saturday, 7 January 2017
Introduction and history of C++
C++ was invented by Bjarne stroustrup.
It was invented in 1979.
In 1979 ,it was......
multiplication of matrix in c
#include<stdio.h>
#include<conio.h>
void main()
{
int a[10][10],b[10][10],multi,r1,c1,r2,c2,i,j,k;
clrscr();
printf(“enter......
Subscribe to:
Posts (Atom)