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

PIC Question Bank

This document contains 43 questions related to programming in C across Unit 1, Unit 2, and Unit 3. The questions cover topics such as keywords in C, flowcharts, tokens, data types, operators, conditional statements like if-else, arithmetic operations, variables, and input/output functions. Many questions ask the writer to provide code for simple programs that perform calculations like addition, multiplication, checking even/odd numbers, and calculating simple interest.

Uploaded by

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

PIC Question Bank

This document contains 43 questions related to programming in C across Unit 1, Unit 2, and Unit 3. The questions cover topics such as keywords in C, flowcharts, tokens, data types, operators, conditional statements like if-else, arithmetic operations, variables, and input/output functions. Many questions ask the writer to provide code for simple programs that perform calculations like addition, multiplication, checking even/odd numbers, and calculating simple interest.

Uploaded by

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

Programming in C Question bank Unit 1, Unit 2 and Unit 3

Sr. Question
No
1 What is keyword and write any four keyword
2 Draw and label any 4 symbols used in flow chart
3 What is Tokens in C
4 Write short note on History of C
5 List any four keyword used in ‘C’
5 Define Algorithm
6 What will be the output of program

7 What will be the output of program

8 Write any four major key application of C language


9 Write any four feature of C language
10 List any four keywords used in C
11 Write a short note on comments in C
12 Explain arithmetic operation in detail
13 Explain structure of C in detail
14 What is operator? Write any two types of operator
15 Explain if-else statement with syntax
16 Write a program to perform addition of 2 number and draw its flow chart
(accept input from user)
17 Write a program to check number is Even or Odd (accept input
from user) (use if-else statement)
18 Explain if-else statement with syntax
19 Write any four difference between keyword and identifier
20 Explain constants with types
21 Write a program to perform multiplication of 2 number and draw
its flow chart (accept input from user)
22 What is variable and what are rules for constructing variable
23 Explain data types in detail
24 Write a simple program to calculate the simple interest taking
principal, rate of interest and number of years as input from user
25 What is operator in C? explain any one operator detail
26 Explain compilation process in detail
27 Write a program to accept marks of four subjects as input from user.
Calculate and display total and percentage marks of student
28 Write a program to accept three numbers and find there average
29 Write a program to check entered number is even or odd (use If-else
statement)
30 Describe the structure of ‘C’ program
31 Write a program to perform multiplication of 2 number and draw
its flow chart (accept input from user)
32 Explain increment and decrement operator
33 Define type casting. Give any one example
34 Write a simple program to calculate the simple interest taking
principal, rate of interest and number of years as input from user
35 Explain arithmetic operator with example
36 Explain conditional operator with example
37 State the use of printf() and scanf() with suitable example
38 Give the significance of <stdio.h> header file
39 Write a to accept 2 numbers from user and perform addition, division,
multiplication and subtraction
40 Draw a flowchart to find the product of two numbers
41 Explain Simple if statement with syntax
42 Explain if-else statement with syntax
43 Explain data types in detail

You might also like