#include <stdio.h>
int main( )
{
int a, b, temp;
clrscr();
b=(a = 100, a + 200);
printf("Before swapping a = %d and b = %d \n",a,b);
temp = a;
a = b;
b = temp;
printf(" After swapping a = %d and b = %d ",a,b);
getch();

}

Home       |      About Us       |     Portfolio       |      Services       |       Career        |    Contact Us       |      Industrial Training        |      Achievement 
Corporate Services
  Web Design and development
  Web Promotion (SEO)
  Multimedia/CD Presentation
  Software development

  E.Commerce

Training@balujalabs

  Software Courses
  Hardware Courses
  Networking.Courses
  Mobile Repairing Courses
  UGC Degrees
Student Corner
 Programming & Projects
 Placement Papers
 Project Ideas
 Synopsis Ideas

  Franchise Section

 Administrator
Franchise Inquiry
 
 

To swap two numbers.

 

 

 

 

 

 

 

 

 

                                                                                                                                          

1
2
3 To demonstrate the use of scope resolution operator
4 To find circumference of a circle.
5 To find hexadecimal and octal value of a number.
6 To convert a temperature from Fahrenheit to degree cells.
7 To find sum of the digits of a number.
8 To obtain gross salary by calculating dearness allowance and house rent.
9 Program to convert kilometers to meters.

 

     
Home       |      About Us       |     Portfolio       |      Services       |       Career        |    Contact Us       |      Industrial Training        |      Achievement