0% found this document useful (0 votes)
18 views

Max Marks: 50 Duration: 1 HRS.: C Programming

The document outlines an exam for a C Programming course with 8 questions worth a total of 50 marks. It covers topics like data types in C, operators, loops, break/continue statements, and programs to calculate an area of a triangle, sum of even numbers, print a pattern, and find the largest of three numbers. Students have 1.5 hours to complete the exam.

Uploaded by

bhagwatsachin
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views

Max Marks: 50 Duration: 1 HRS.: C Programming

The document outlines an exam for a C Programming course with 8 questions worth a total of 50 marks. It covers topics like data types in C, operators, loops, break/continue statements, and programs to calculate an area of a triangle, sum of even numbers, print a pattern, and find the largest of three numbers. Students have 1.5 hours to complete the exam.

Uploaded by

bhagwatsachin
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Max Marks: 50

C Programming

Duration: 1 Hrs.

Q. 1 Q. 2 Q.3 Q. 4 Q. 5 Q. 6

Write Short notes on Data types in C Write a program to calculate area of triangle Explain all Operators used in C Write a program to calculate sum of first 50 even number Explain break and continue statements with example Write 1. 2. 3. 4. 5. Syntax and explain for following loops with example while do .. while for switch if else

5 5 5 5 10 10

Q. 7

Write a program to print following output up to n lines

* ** *** ****
Q. 8 Write a program to find largest of three numbers 5

You might also like