Skip to content

vidyavardhaka-college-of-engineering/day-5-coding-bootcamps-ShreyaAR16

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Work in Repl.it

CodingBootcamps-Problem Solving Using C : Beginner level - Day 5 Hands-on Practice

This programs enhances problem solving skills using c for entry level students

Problem 1: You will be given a string 'str'. Your task is to find the number of vowels in 'str' and print it

Example
input:
loop

output:
2

Problem 2: you will be given a string 'str'. Your task is to reverse 'str' and print it.

Example
input:
vvce

output:
ecvv

Problem 3: You will be given a string 'str'. Your task is to check whether 'str' is a palindrome or not.

Example
input:
Radar

output:
Palindrome

About

day-5-coding-bootcamps-ShreyaAR16 created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages