0% found this document useful (0 votes)
56 views1 page

PPS Lab Manual

The document contains instructions for 22 programming problems involving basic math, string, and array operations such as adding integers, multiplying floating numbers, finding factors of numbers, checking data types, concatenating and copying strings, and reading/writing to files.

Uploaded by

Shivam Yadav
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
56 views1 page

PPS Lab Manual

The document contains instructions for 22 programming problems involving basic math, string, and array operations such as adding integers, multiplying floating numbers, finding factors of numbers, checking data types, concatenating and copying strings, and reading/writing to files.

Uploaded by

Shivam Yadav
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

PPS FILE

01.Write a program to add two integers.

02.Write a program to count number of digits in an integer.

03.Write a program to multiply two floating numbers.

04.Write a program to find area of equilateral triangle.

05.Write a program to check whether the given number is positive or negative.

06.Write a program to greatest of three number.

07. Write a program to fabonacci series in a given range.

08.Write a program to find factorical of a given number.

09.Write a program to find out the ascii value of a character.

10.Write to check if number is odd or even.

11.Write a program to check whether an alphabet is vowel or consantants.

12.Write a program to convert string from upper case to lower case.

13.Write to calculate length of a strings.

14.Write a program concatenate strings.

15.Write a programto find the number of element in array.

16.Write a program to swap two number.

17.Write a program add two number using pointers.

18.Write a program to add two matrices using multi-dimension array.

19.Write a program to the frequency of characters in a string.

20. Write a program to copy string.

21. Write a program to read first line from a file

22.Write a program to reverse a number.

You might also like