CS1412 Assignment 8: More on Strings

$30.00

Category: You will Instantly receive a download link for .zip solution file upon Payment

Description

5/5 - (2 votes)

Programs:
1. Write a short C program that counts number of vowels and consonants in a string using
pointers. Use of pointers is a must.

2. Write a C program to find the smallest and largest word in a sentence. You can use string
functions like strlen, strcpy, strcmp in your program.

3. Write a C program to sort strings in dictionary order. You can ask the user to enter names
and then sort them using string functions like strcpy, strcmp.

Write pseudocode to solve the given problems.

Write C program to solve the above problems. Name your file Lab8_YourName.c