jituTechnology

jituTechnology

Uncategorized

A program to display the reasult of cb^3/d^2

Here is the source code of C programming to display the reasult of cb^3/d^2 with simple input output operation. /* A program to display the reasult of cb^3/d^2    programmed by     Name: Jitendra Kumar Yadav    Roll: 16    date: 16th december 2010 */ #include <stdio.h> #include <conio.h> #include <math.h> void main() {     […]

read more

A program to read the value of two variables and compute sum, difference and product

In this post, i am going to write the C source code examples to the read the two variables provided by user and compute their sum difference and product. /*A program to read the value of two variables and compute sum, difference and product programmed by: Name: Jitendra Kumar Yadav Roll no: 16 Date: 30 […]

read more

A program to read the graphical character and print their equivalent ASCII code and vice versa

Here is the C source code to read the graphical characters given by user and print their equivalent ASCII code using simple input output operation. /*A program to read the graphical character and print their equivalent ASCII code*/ #include <stdio.h> #include <conio.h> void main() {     char a; //variable declaration    printf(“enter the graphical character […]

read more

Write a program to find the maximum of two member variables suing friend function

  /*Write a program to find the maximum of two member variables suing friend function   Programmed by: KiranShrestha Roll No.: 10121 Programmed on: 31st july,2011*/ #include <iostream.h> #include <conio.h> class D { intx,y; public: D(int a, int b) { x= a; y=b; } void display() { max(x,y); } friend void max (int ,int); }; […]

read more

>4.1 Write a program to swap the private data of two classes using friend function.

> /*Write a program to swap the private data of two classes using friend function. Programmed by: KiranShrestha Roll No.: 10121 Programmed on: 31st July, 2011*/ #include <iostream.h> #include <conio.h> class b; class a { int x; public: void assign(int t) { x =t; } void display() { cout<<“value of x is: “<<x<<endl; } friend […]

read more


Connect with Me

GPO 8973 NPC 541; Kathmandu Nepal
Phone: +977 9851236800

Calendar

May 2026
S M T W T F S
 12
3456789
10111213141516
17181920212223
24252627282930
31