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

Assignment 1 PCP

The document outlines an assignment that requires the student to: 1) Explain various computer input devices and provide a definition and detailed characteristics of computers. 2) Explain procedural, structured, and object-oriented programming paradigms. 3) Explain printf() and scanf() functions with syntax and examples. 4) Explain 5 types of C operators with examples. 5) Write a program to find the roots of a quadratic equation by accepting coefficients. 6) Write a program to print a numeric pattern. 7) Explain the basic C program structure with an example. 8) Identify basic C data types. 9) Explain type conversion and casting with an example. The assignment is due on October 25, 2023

Uploaded by

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

Assignment 1 PCP

The document outlines an assignment that requires the student to: 1) Explain various computer input devices and provide a definition and detailed characteristics of computers. 2) Explain procedural, structured, and object-oriented programming paradigms. 3) Explain printf() and scanf() functions with syntax and examples. 4) Explain 5 types of C operators with examples. 5) Write a program to find the roots of a quadratic equation by accepting coefficients. 6) Write a program to print a numeric pattern. 7) Explain the basic C program structure with an example. 8) Identify basic C data types. 9) Explain type conversion and casting with an example. The assignment is due on October 25, 2023

Uploaded by

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

Assignment 1

1)Explain various input devices


2)Define Computer. Describe the characteristics of computer in detail
3)Explain the following programming paradigms
a)procedural programming
b)structured programming
c)object oriented programming
4)Explain printf() and scanf() with their syntax, give the illustrate examples
5)Explain any 5 types of operators in c language with the illustrative example
6)write a c program to find the roots quadratic equation by accepting the coefficients.Print
approprtiate messages
7)write a program to print the following pattern

1
1 2
1 2 3
1 2 3 4
8)with suitable example , explain the basic structure of c programming
9)what are the basic data types available in c
10)What is type conversion and type casting? Explain it with example

Submission Date: 25/10/2023

You might also like