0% found this document useful (0 votes)
5 views2 pages

PPSC Important Questions

The document outlines a curriculum for learning C programming, covering topics such as the structure of C, operators, flow charts, algorithms, data types, and constants. It includes specific programming tasks such as finding the largest of three numbers, calculating square roots, and implementing control structures like if-else and switch-case. Additionally, it emphasizes the importance of input/output functions and loop control statements.

Uploaded by

vamsivamsi37593
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)
5 views2 pages

PPSC Important Questions

The document outlines a curriculum for learning C programming, covering topics such as the structure of C, operators, flow charts, algorithms, data types, and constants. It includes specific programming tasks such as finding the largest of three numbers, calculating square roots, and implementing control structures like if-else and switch-case. Additionally, it emphasizes the importance of input/output functions and loop control statements.

Uploaded by

vamsivamsi37593
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

Unit -I

1. Explain Structure of C with example program.


2. Explain Unary operator and Bitwise operator with example program.
3. Define Flow [Link] different symbols used in flow chart with
example.
4. Write a C program to find biggest of 3numbers using ternary
operator.
5. What is type conversion? Explain different types of conversions with
examples.
6. Define datatype. Explain primitive data types with suitable example.
7. Define [Link] characteristics of algorithm.
8. Define [Link] types of defining constants with example
program.
9. Write a C program to find square root of a given number.
10. Write a short notes on identifiers, keywords and variables.
11. Write about basic input and output functions.
12. Write a C program to find average of 5 subjects.

Unit -II
1) Explain simple if, if-else with syntax,flow chart and suitable example
program.
2) Write the syntax of switch case. Write a c program to make a
calculator using switch case.
3) Difference between while and do while loop with example.
4) Write a C program to find sum of n natural numbers.
5) Write a C program to find given number is prime or not
6) Explain nested for loop with syntax and suitable example program.
7) Explain for loop with syntax,flow chart with suitable example
program.
8) Write a C program to find given year is leap year or not.
9) Write a short note on loop control statements.
10) Write a C program to find factorial of a given number.

You might also like