Super Important Questions c Programming
Super Important Questions c Programming
TO C-PROGGRAMMING
Operation on C Programming
These topics are important if you just focus on these questions, you
can easily pass or even score 90+
1. Basics of Computer
• Theory
2. Basics of C language
• Theory & Define + syntax + Simple example)
• Short Program
1. Basics of C
• Define + Syntax + Simple example
• Short Programs
PHYSICS FIXED QUESTIONS VTU NOTES & MODEL QP ANSWERS
2. Decision & looping Statements
• Define + syntax + Simple example
• Some Simple Programs
1. Functions
• Define + syntax + Simple example
• Some Simple Programs
2. Arrays
• Define + syntax + Simple example
• Some Simple Programs
2. Basics of Strings
• Define + syntax + Simple example
BONUS TIPS
This question paper asks only 2 type questions majorly, some are like
differences, but majorly these 2 types
example:-
You have to write any 3 modules neatly & clearly showing syntax
& simple examples in boxes then for last 4th module some
normal 5th one bindas
But the thing is you have to divide modules in your own way
HOW YOU HAVE TO DIVIDE
1ST READ QUESTION PAPER CALMLY AND DECIDE which module
you know best, that you have to write 1st
For example: if you know
• ** = MOST IMPORTANT
7. With the neat diagram, Explain the working of CRT monitor and LCD
monitor.(*)
2. Basics of C Programming
2. What are variables how they are declared and initialized with an example &
the rules to form variables give some example as valid or invalid variables(***)
1. Basics of C
2. What is Type Conversion & Type Casting explain their types with
example (**)
3. Write a C program using while to check whether the given inter number is
Palindrome or not.(***)
1. Functions
1. Explain the following elements of the function with syntax and example
(***)
a. Function definition
b. Function declaration
c. Function call
OR
Discuss the terminologies used in functions.
4. Define storage class explain the different storage classes supported by c(***)
2.1 Theory(both)
1. Explain the declaration & initializing of the one dimensional array elements
with a suitable example. (***)
1. Write a C program to sort the given set of Numbers using Bubble sort.
3. Write a 'C' program to search for a key element at array using Linear search
method.
4. Write a 'C' program to sum all the element of a matrix and print the result.
1. Multidimensional Arrays
1. Explain the declaration & initialization of two dimensional arrays & how to
acces elements from it in c
3. Explain how a single row can be passed into a 2D array with an example
2. Strings
1. What are strings? Mention the reading strings and writing strings along with
their Syntax with example
1. Strings
2. Applications of pointers(**)
2.2 Programs