Programming in C presentation in engineering

talk2paviar 8 views 24 slides Feb 25, 2025
Slide 1
Slide 1 of 24
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16
Slide 17
17
Slide 18
18
Slide 19
19
Slide 20
20
Slide 21
21
Slide 22
22
Slide 23
23
Slide 24
24

About This Presentation

C programming


Slide Content

Group assignment submitted by GROUP 2
PSP - GROUP 2

NEXT
WELCOME..
Welcome to a series of programming challenges designed to enhance your skills in C
programming. In this set of exercises, we will explore various aspects of problem-solving and
coding in the C language. These tasks range from basic operations to more intricate problem-
solving scenarios, providing you with a comprehensive opportunity to apply your programming
knowledge.

Prepare a C language program to find
the ratio between girls in a class.
QUESTION 1
NEXT

CODE

OUTPUT

Prepare a program in C that prints even
numbers from 1 to 100.
QUESTION 2
NEXT

CODE

OUTPUT

Prepare a C program to input a number
and print the digits of number in words.
QUESTION 3
NEXT

CODE

CODE

OUTPUT

Write a program to find out the largest
among the given numbers.
QUESTION 4
NEXT

CODE

OUTPUT

Prepare a program to read a triplet and
to test whether it represents a triangle.
If yes,test whether it represents an
equilateral or isosceles triangle or not.
QUESTION 5
NEXT

CODE

OUTPUT

Write a C program to print
multiplication table of any number.
QUESTION 6
NEXT

CODE

OUTPUT

QUESTION
Develop a program to calculate and
display the ratio of girls to the total
number of students in a class.
Even Numbers Printing (1 to 100):
01.
SUMMARY
QUICK
QUESTION
02.
QUESTION
03.
NEXT
Create a program to print even numbers from 1 to
100, showcasing loop and conditional statement
usage. Number Digit Display in Words:
Craft a program to input a number and print its
digits in words, demonstrating user input and string
manipulation. Largest Number Identification:

QUESTION
Implement a program to find and
display the largest number from a given
list, showcasing array manipulation and
conditionals. Triangle Classification:
04.
SUMMARY
QUICK
QUESTION
Develop a program to input a triplet of
numbers and test if it represents a
triangle. Classify the triangle as
equilateral or isosceles.
05.
QUESTION
Write a program to input a number and
print its multiplication table,
demonstrating loop and arithmetic
operation usage.
06.
NEXT

Thank You...
51.PAVITHRA A R
64.SREYA S
73.SAYANA DHARMAN
TEAM MEMBERS
3.ABHIJITH S
4.ADEEB A
13.AMAN MUHAMMED A
40.MINHAJ N F
Tags