Unit -3 (String)
1 Write a Program to Convert a Lower case
String to Upper case String.
2 How we Initialized a String?
3 What is String? and Explain Null Character
and why is it important?
4 Explain (a). strlen() (b). strcpy() (c). strcmp() (d). strcat() function
with Suitable example?
5 Write a Program to sort a input String
using standard library function?
6 Write a Program to Reverse String without
using any library function?
7 Write a Program to find the length of a
String without using library Function?
8 Write a Program to Compare String without
using Strcmp() function.
9 Write a Program to check the Given String
is Palindrome or not?
No comments:
Post a Comment
Give your valuable feedback