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