Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

B.Com.

(Computer Applications) I Year II Semester

PROGRAMMING WITH C & C++


IMPORTANT QUESTIONS
UNIT – I UNIT – III
LONG-ANSWER QUESTIONS LONG-ANSWER QUESTIONS
1. Explain about the features of C language. 1. What is an Array? Explain different types of
2. Explain different types of programming Arrays.
languages. 2. What is a String? Explain about different string
3. Write about various datatypes in C language. handling functions.
4. Briefly discuss about operators in C with 3. What is a Function? Explain about different
examples. types of functions in C.
5. Explain the process of creating, compiling, 4. What are Built-in functions? Explain about any
linking, and executing a C program. 3 types of built-in functions.
6. Write about Formatted I/O operations with 5. What is User-defined functions? Explain how
suitable example. to create them with suitable example.
6. Write a C program to add two given matrices.
SHORT-ANSWER QUESTIONS 7. What is a Recursion? Explain it with suitable
example.
1. History of C
8. Write about different ways to use a function in
2. Basic Structure of C language
C language.
3. SizeOf( ) operator
4. Pre-processor Directive
5. Comments in C SHORT-ANSWER QUESTIONS
6. Keywords
7. Type Conversion 1. String.h
8. Scope & Lifetime of a variable 2. Math.h
9. Flowchart & Algorithm 3. Recursion
10. Conditional Operator (Ternary Operator) 4. Return statement
5. Actual Parameters Vs. Formal Parameters
UNIT – II 6. Multi-dimensional Array (Two-dimensional)
7. Function Prototype
LONG-ANSWER QUESTIONS 8. Function Call
9. Call by Value
1. What are decision-making statements? Explain 10. Call by Reference
them with suitable examples.
2. What is meant by Loop? Explain about various UNIT – IV
looping statements in C.
3. What is a switch statement? Explain it with a LONG-ANSWER QUESTIONS
suitable example.
4. What are conditional statements? Briefly 1. Define Structure. Explain how do you initialize
explain them. and access structure members in C?
5. Explain about Goto, Break and Continue with 2. Explain Array of Structure with suitable
suitable examples. example.
3. Define Union. Explain how do you initialize
SHORT-ANSWER QUESTIONS and access structure members in C?
4. Explain the differences between structure and
1. If-statement union
2. Nested if 5. Explain about Enumerated Data Types.
3. Default statement 6. What is a Pointer. Explain about pointer
4. Goto arithmetic with suitable examples.
5. Break
6. Continue SHORT-ANSWER QUESTIONS
7. Switch Case
8. For loop 1. Pointer
9. Do-while loop 2. Structure
10. While loop 3. Union
11. Nested Loop 4. enum
5. typedef
Mr. KISHORE BEZAWADA MCA, M.Tech.(CSE), M.Com.
B.Com. (Computer Applications) I Year II Semester

UNIT – V
LONG-ANSWER QUESTIONS
1. Write about structure of C++ program.
2. Explain the features of C++.
3. What is Object-oriented Programming? Write
about OOPs concepts in C++.
4. Explain different Storage Classes in C++.
5. Explain about Data Members and Member
Functions.
6. Define a Class and Explain how to create a
class in C++.
7. What is Inheritance? Explain about different
types of Inheritance.

SHORT-ANSWER QUESTIONS
1. Class
2. Object
3. Encapsulation
4. Data Abstraction
5. Inheritance
6. Polymorphism
7. C vs. C++

Mr. KISHORE BEZAWADA MCA, M.Tech.(CSE), M.Com.

You might also like