0% found this document useful (0 votes)
6 views1 page

Programming Practice Questions Guide

This document provides 5 questions to practice for board practical exams. The questions cover: (1) checking if a string is a palindrome, (2) a menu driven array program to insert, delete, and display elements, (3) counting capitalized words in a text file, and (4) displaying the area of shapes using polymorphism. It advises students to practice these questions and MySQL for their board practical exams.

Uploaded by

swetha G
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)
6 views1 page

Programming Practice Questions Guide

This document provides 5 questions to practice for board practical exams. The questions cover: (1) checking if a string is a palindrome, (2) a menu driven array program to insert, delete, and display elements, (3) counting capitalized words in a text file, and (4) displaying the area of shapes using polymorphism. It advises students to practice these questions and MySQL for their board practical exams.

Uploaded by

swetha G
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

SNo Questions

1. Write a program to check whether a given string is palindrome or not. The input has
to be taken from the user.
2. Write a menu driven program to do the following:
1. Insert elements into a given position of an array
2. Delete elements from a given position of the array
3. Display elements of the array
3. Write a menu driven program to do the following:
1. Insert elements into a given position of an array
2. Delete elements from a given position of the array
3. Display elements of the array
4. Write a program to read a text file “[Link]” and display the number of words starting
with a capital alphabet.
5. Write a program to display the area of a circle, rectangle and triangle using the concept of
polymorphism.
PRACTICE QUESTIONS FOR BOARD PRACTICALS

P.S:
1. Make sure you are perfect with these questions
2. Do not forget to practice MySQL

You might also like