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

Programming with C and CPP IMP QUESTIONS

The document outlines a curriculum for a programming course focused on C and C++. It covers various topics including types of languages, control statements, functions, arrays, pointers, structures, unions, object-oriented programming concepts, and the differences between C and C++. Additionally, it includes foundational elements such as programming rules, keywords, and input/output operations.

Uploaded by

gaurav1217sharma
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)
9 views

Programming with C and CPP IMP QUESTIONS

The document outlines a curriculum for a programming course focused on C and C++. It covers various topics including types of languages, control statements, functions, arrays, pointers, structures, unions, object-oriented programming concepts, and the differences between C and C++. Additionally, it includes foundational elements such as programming rules, keywords, and input/output operations.

Uploaded by

gaurav1217sharma
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/ 1

Programming with C & C++

________________________________________________________________
UNIT-1

1. Types of languages.
2. Flow chart and algorithm.
3. Preprocessors in c.
4. Data types in c.
5. Type conversion?explain.
6. Operator? types of operators in C.
_________________________________________________________________
UNIT-2

1. what are the different control statements.


_________________________________________________________________
UNIT-3

1.What is Function? Explain about different Built in functions


(math.h , string.h, ctype.h and time.h)-library functions
2.Explain about user defined functions-need of it
(elements of functions)
3.What is Array? explain about single and multidimensional array.
4. Recursive function and write a c program to find factorial of a given number.
__________________________________________________________________
UNIT-4

1.Pointers?features-arithmetic operations on pointer


(call by value and call by reference.)
2.Structures?features explain with example -array of structure.
3.Union? comparision between union and structure.
________________________________________________________________
UNIT-5

1.Object oriented programming?concepts.


2.Structure of c++ with example (data members and member functions)
3.Storage classes.
4.Difference between C and C++
____________________________________________________________________

1.History and Basic structure of c-programming rules with ex


2.Keywords and identifiers, constants and variables
3.Formatted i/o operations.
4.Creating and executing of c program
5.Formatted and unformatted functions.
6.Enumerated data type

You might also like