0% found this document useful (0 votes)
24 views3 pages

Practical Starting Pages

This document is a practical file for the course 'Fundamentals of Programming Language' at Flora Institute of Technology for the academic session 2024-25. It includes a certificate of completion for practical work, an index of programming tasks in C, and various exercises related to programming concepts such as calculations, array manipulations, and string operations. The tasks aim to enhance students' understanding of programming fundamentals.

Uploaded by

vkcompany0001
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views3 pages

Practical Starting Pages

This document is a practical file for the course 'Fundamentals of Programming Language' at Flora Institute of Technology for the academic session 2024-25. It includes a certificate of completion for practical work, an index of programming tasks in C, and various exercises related to programming concepts such as calculations, array manipulations, and string operations. The tasks aim to enhance students' understanding of programming fundamentals.

Uploaded by

vkcompany0001
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

A

PRACTICAL FILE

ON

“FUNDAMENTALS OF PROGRAMMING LANGUAGE”

CODE:

TO

Flora Institute

BE-F.Y

SESSION -2024-25

FLORA INSTITUTE OF TECHNOLOGY


KHOPI, PUNE, MAHARASHTRA

SUBMITTED BY

____________________________________________________

ROLL NO

___________________________________

Batch In-charge Head of Dept. External Examiner


FLORA INSTITUTE OF TECHNOLOGY
KHOPI, PUNE, MAHARASHTRA

CERTIFICATE

This is to certified that Mr./Mrs. _________________________________________

Of class ______________________ Roll No.,______________ has completed all

the practical work in subject _____________________________________________

satisfactorily by in the Department of _____________________________________

as prescribed by the University of Pune, in the academic 2024-2025 .

Remark :

Date:-

Batch In-charge Head of Dept. External Examiner


INDEX

Sr. Name of practical’s Page Date Sign


no no.

a) Write a program in c to find out the square


root of a number.
1
b) Write a program in c to find out the square of
a number.
c) Write a program in c to find out the cube of a
number.
d) Write a program in c to find out the prime
factor

2 Write a program in c to accept from user of


Fibonacci numbers to be generated and print the
Fibonacci series.
3 Write a program in c to accept an object mass in
kilograms and velocity in meters per second and
display its Momentum. Momentum is calculated as
e=mc2 where m is the mass of the object and c is its
velocity.
4 In array do the following
a) Find given elements in array
b) Find max and min elements
c) Find frequency of a given element in array
Find average of element in array

5 To accept two numbers from user and compute


smallest divisor and Greatest Common Divisor of
these two numbers

6 Write a C program that accepts a string from the user


and performs the following string operations-
i. Calculate length of string
ii. String reversal
iii. Equality check of two Strings
iv. Check palindrome
Check substring
7 Create Structure EMPLOYEE for storing details (Name,
Designation, gender, Date of Joining and Salary), and
store the data and update the data in structure.

You might also like