#include<iostream.h>
#include<stdio.h>
#include<conio.h>
int main()
{
char line[50];
clrscr();
cout<<"Enter the line of text :"<<endl;
gets(line) ;
cout<<endl<<"The entered line of text is :" <<endl;
puts(line);
getch();
return 0;
}
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 enter any string and display it using gets and puts functions.

 

 

 

 

 

 

 


 



1
2 To demonstrate the use of escape sequence ‘\u’.
3 To demonstrate the use of escape sequence ‘\u’.
4 To demonstrate the use of escape sequence ‘//’.
5 TO illustrate the use of size of ( ) operator.
6 To illustrate the use of comma operator in swapping the contents of two objects.
7 To illustrate the use of comma operator in the for loop.
8 To demonstrate the use of scope resolution operator.
9 To demonstrate the static _ cost operator.
10 To demonstrator the use of reinterpret _ cast operator.
11 To find circumference of a circle.
12 To enter a character and display it using get char ( ) and put char ( ) functions.
13 To enter any string and display it using gets and puts functions.
14 To enter any number and find it’s decimal, hexadecimal and octal base using set base manipulator function.
15 To demonstrate the use of set w ( ) function.
16 To demonstrate the use of set gill ( ) manipulator function
17 .To demonstrates the use of set precision manipulator function.
18 To demonstrate the use of new and delete operator.
19 Program to find the sum of the digit of the given integer.
20 Program to swap two numbers using third variable.
21 Program to convert degree Fahrenheit to Celsius.
22 Program to input a five digit number and find its reverse.
23 Program to find circumference and area of a circle.
24 Program to obtain the gross salary by calculating dearness allowance and house rent.
25 Program to convert kilometer into meters.



 


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