Sei sulla pagina 1di 2

INDEX

Sr
Practical Name Date Sign
No
1 WAP to accept and print value from user using scanf() and printf()
2 WAP to accept one character from user using getche() function
3 WAP to demonstrate use of global variables.
4 WAP to accept one character from user using getch() function
5 WAP to demonstrate use of puts() and gets()
6 WAP to demonstrate use of getchar () and putchar () function.
7 WAP of Palindrome, Reverse Number, and Armstrong Number
using while loop.
8 WAP to print the Color related to character using switch case.
9 WAP to compare three number using if-else statement
10 WAP to print multiplication table using for loop
11 WAP for demonstrate use arithmetic ,relational ,bitwise operator
12 WAP to demonstrate the inline function
13 WAP for swapping two numbers by using
PassByValue,PassByReference,PassByAddress.
14 WAP to demonstrate the use of friend function ,nesting of
function, recursive function ,default argument.
15 WAP to use of scope resolution operator (::)
16 WAP for demonstrate the creating class ,member function of the
class
17 WAP to create class a arithmetic class and add the functions to it
as addition ,subtraction, multiplication, division.
18 WAP for type of constructors ,overloading constructor.
19 WAP for demonstrate the object as argument to function and
return the object from the function.
20 WAP to demonstrate use of constant keyword(constant member
and constant methods)
21 WAP to use of static keyword(static function and datamember)
22 WAP to overload an relational, arithmetic
assignment,binary,equality,assignment operator.
23 WAP overload an unary operator and binary operator using
friend function
24 WAP to data conversion (basic to user define,userdefine to basic
,userdefine to userdefine ).
25 WAP for null pointer and void pointer.
26 WAP for accessing array by pointer.
27 WAP for demonstrate pointer to pointer and pointer arithmetic’s
28 WAP for pointer to an array
29 WAP for access specifier in inheritance
30 WAP for multipath and multilevel inheritance to solve it ambiguity
31 WAP for virtual destructor and virtual function.
32 WAP for new and delete operator.
33 WAP for abstract class
34 WAP to demonstrate the use of explicit and mutable keyword.
35 WAP for array ,sort array ,reverse string.
36 WAP for array passing to function
37 WAP to open an output file using fstream class
38 WAP to read data from the file using object of fstream class
39 WAP to read and write text in file using ofstream and ifstream
class
40 WAP to open multiple files for reading and writing.
41 WAP to check whether the file is successful file opened or not.
42 WAP to open file in binary mode to read and write data.
43 WAP to open file for writing and store float number in it.
44 WAP to append a file.
45 WAP to write text in a file,display content of file in reverse order.
46 WAP to enter text and again enter text and replace 1st word of 1st
text with the 2nd text display the contents of file.
47 WAP to show values of different data type using constructor and
template.
48 WAP to read content of file and display the position of get pointer.
49 WAP to define normal template function.
50 WAP to create square function.
51 WAP to define data member of template type.
52 WAP to define a constructor with multiple template variable.
53 WAP to display the element of integer and float arrays using
template variable with member function
54 WAP to exchange value of 2 variable use template variables as
function arguments
55 WAP to define function template with multiple argument
56 WAP to overload template function.
57 WAP to define definition of member function template outside the
class and call the function
58 WAP to perform type casting using static cast operator.
59 WAP to convert pointers to integer using reinterpret cast
operation.
60 WAP to create namespace, declare and access Clements and
using, directive methods.
61 WAP to declare nested namespace.
62 WAP to declare function in namespace access function in main.
63 WAP to access members of namespace std applying using
declaration method.
64 WAP to remove elements from vector object.
65 WAP to add elements in both list and display the number.
66 WAP to delete elements from both ends.
67 WAP to sort list element and display the elements.
68 WAP to merge 2 list and display merge list.
69 WAP write a program for create the header file. And using it.
70 WAP to throw exception when j=1 otherwise perform subtraction
of x and y.
71 WAP to throw multiple exception and define multiple catch
statement.
72 WAP to rethrow an exception.
73 WAP to use const-cast operator.

Potrebbero piacerti anche