Final cppm Index (1)
Final cppm Index (1)
A)
INDEX
NO DEFINATION SIGNATURE
1. WAP to Print “Hello World”.
**
***
**
***
12
123
64 WAP add n numbers which will be entered by the user using array.
65 WAP to reverse an array this program is reverse the array elements. For
example if a is an array of integers with three elements such that
a[0]=1,a[1]=2,a[2]=3 then on reversing the array will be
a[0]=3,a[1]=2,a[0]= 1.
68 WAP on Pointer.