0% found this document useful (0 votes)
16 views

Final cppm Index (1)

Uploaded by

rathodvivek5500
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views

Final cppm Index (1)

Uploaded by

rathodvivek5500
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Vidhyadeep Institute of Computer & IT (B.C.

A)
INDEX

NO DEFINATION SIGNATURE
1. WAP to Print “Hello World”.

2. WAP To get input from user using scanf.

3. WAP to add two numbers.

4. WAP to find Simple Interest.

5. WAP number is even or odd.

6. WAP to check Positive Number.

7. WAP to swap two numbers without using third variable.

8. WAP to Simple Macro Substitution

9. WAP to using of formatted i/o statement.

10. WAP to using of type specifiers %c.

11. WAP to using of type specifiers %f.

12 WAP to using of type specifiers %e or %E.

13 WAP to using pf type specifiers %o.

14 WAP to using of type specifiers %x.

15 WAP to using of type specifiers %s.

16 WAP to Arithmetic Operators.

17 WAP to Logical Operators.

18 WAP to Relational Operators.

19 WAP to Bitwise Operators.

20 WAP to Assignment operators.

21 WAP to Ternary operators.

22 WAP to size of variables.


Vidhyadeep Institute of Computer & IT (B.C.A)
INDEX

23 WAP to size of Data type.

24 WAP to size of Constant.

25 WAP to Nested size of Operator.

26 WAP to increment and decrement operator.

27 WAP to using comma operator along with Assignment.

28 WAP to using comma operator inside switch cases.

30 Write a program to using comma operator inside for loop.

31 Write a Program using string function strcat().

32 WAP using string function strcat().

33 WAP using function strcmp().

34 WAP using function strcpy().

35 WAP using function strlen().

36 WAP to print Mathematical function ceil().

37 WAP to print Mathematical function floor().

38 WAP to print Mathematical function abs().

39 WAP to print Mathematical function round().

40 WAP to print Mathematical function exp().

41 WAP to print Mathematical function log().

42 WAP to print Mathematical function sin().

43 WAP to print Mathematical function tan().

44 WAP to print Mathematical function pow().

45 WAP to print Mathematical function trunc().

46 WAP to print km to m,ft,inch.

47 WAP to convert lower to Uppercase.


Vidhyadeep Institute of Computer & IT (B.C.A)
INDEX

48 WAP to convert Upper to Lower case char.

49 WAP to check Palindrome Number.

50 WAP to print PASCAL triangle using Mathematical theorm.

51 WAP to print below pattern(start *). Or Right Half Pyramid Pattern in C.

**

***

52 WAP to Print strars. Left Half Pyramid Pattern in C.


*

**

***

53 Write C Pattern program to print Number Pattern.

12

123

54 WAP to print Alphabetic Pattern.

55 WAP to Display all characters and its ASCII value from A To Z.

56 WAP using Jumping Statements BREAK.

57 WAP Using Jumping statements Continue.

58 WAP to display all characters and its ASCII value from A to Z.

60 WAP to check number is Armstrong or not.

61 WAP to sorting array in ascending order.

62 WAP to sorting array in descending order.

63 WAP to searching element from array.


Vidhyadeep Institute of Computer & IT (B.C.A)
INDEX

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.

66 This code find maximum or largest element present in an array. It also


prints the location or index at which maximum element occurs in array.
This can also be done by using pointers.

67 This code find minimum or largest element present in an array. It also


prints the location or index at which minimum element occurs in array.
This can also be done by using pointers.

68 WAP on Pointer.

69 WAP To using of address operator in pointer.

70 WAP using Structure.

71 WAP using Union.

72 WAP Using User Define Function.

You might also like