CSE 1002: (Problem Solving and Object Oriented Programming)
CSE 1002: (Problem Solving and Object Oriented Programming)
CSE 1002: (Problem Solving and Object Oriented Programming)
Example
Expected Output :
Page 1 of 3
CSE 1002 :( Problem Solving and Object Oriented Programming)
SCHOOL OF ELECTRONICS ENGINEERING (SENSE)
Question 2:
Write a C Program to get input from the user [max 10 inputs] using
an array.
Task:
Expected Output:
After Insertion: 8 0 9 6 9 8 1 5 3 8
Least Value: 1 3 5
Maximum Value: 9 9 8
Page 2 of 3
CSE 1002 :( Problem Solving and Object Oriented Programming)
SCHOOL OF ELECTRONICS ENGINEERING (SENSE)
Question 3:
Check the length of the strings (If the string length is Even,
Convert the strings into Upper case.
Check the length of the strings (If the string length is Odd,
Convert the string into Lower case.
Print common words between two strings without using any
inbuilt functions.
Reverse the Common Word string and print length.
Expected Output:
Page 3 of 3