0% found this document useful (0 votes)
4 views9 pages

Ep 10

Uploaded by

edithyt463
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)
4 views9 pages

Ep 10

Uploaded by

edithyt463
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/ 9

EXPERIMENT 10

STRING OPERATIONS

AIM:
To create C programs that utilizes the String Operations in array to read data from the keyboard
and to display data on the computer monitor.
1. Write a C program to compare strings using strncmp.
PROGRAM:

RESULT:

2. Write a C program to ASCII Code to character using strings.

PROGRAM:
RESULT:

3. Write a C Program to convert Uppercase to Lowercase and vice versa.

PROGRAM:
RESULT:

4. Write a C program to convert date format using strings.

PROGRAM:
RESULT:

5. Write a C program to metric conversion using strings.

PROGRAM:
RESULT:

6. Write a C program to validate Email Address using strings.

PROGRAM:
RESULT:

7. Write a C program to validate PAN number using strings.

PROGRAM:

RESULT:

8. Write a C program to compare text files (similarity percentage) using strings.


PROGRAM:

RESULT:

9. Write a C program to password Strength checker using strings.

PROGRAM:
RESULT:

RESULT:
The C programs that utilize the Pointers libraries to read data from the keyboard and to display
data are successfully executed and the output is verified.

You might also like