PRIYADARSHINI COLLEGE OF ENGINEERING, NAGPUR
ASSIGNMENT NO. :- 01
B. TECH Semester : I Year of Study : 2024-25
Course Name: Programming for Topics/Units : I,II,III
Course Code: 23UFY1B3T
problem solving
Date of Display : 11/10/2024
Course Teacher : Mr. Shubham Tayade
Date of Submission : 17/09/2024
Que.1) Explain components of computer in detail.
Que.2) Describe flowchart and Algorithm with example.
Que.3) Specify various features of c language.
Que.4) Explain the structure of C Program.?
Que.5) Explain Token and its type in detail.
Que.6) Explain if, if-else and if-else-if ladder with example.
Que.7) Describe switch and give its example.
Que.8) Explain Nested if..else with suitable example.
Que.9) Explain while and for loop in detail with example
Que.10) What is the difference between while and do-while loop.
Que.11) Explain one-dimensional array with example
Que.12) Describe string and its function with example
Que.13) What is array and explain two-dimensional array with suitable example
Que.14) Write a program to search and element from given array using linear search.
Array:- 3,5, 66, 77, 12, 32, 43, 55, 5.
Que.15) Write a program to print the sum of odd numbers between 1 to 50.
Course Teacher