GE3152 Heritage of Tamils Syllabus

GE3152 Heritage of Tamils Syllabus: GE3152 Heritage of Tamils Syllabus – Anna University Regulation 2021 UNIT I LANGUAGE AND LITERATURE Language Families in India -…

CY3151 Engineering Chemistry Syllabus

CY3151 Engineering Chemistry Syllabus: CY3151 Engineering Chemistry Syllabus – Anna University Regulation 2021 COURSE OBJECTIVES:  To inculcate sound understanding of water quality parameters and…

PH3151 Engineering Physics Syllabus

PH3151 Engineering Physics Syllabus: PH3151 Engineering Physics Syllabus – Anna University Regulation 2021 COURSE OBJECTIVES  To make the students effectively to achieve an understanding…

MA3151 Matrices and Calculus Syllabus

MA3151 Matrices and Calculus Syllabus: MA3151 Matrices and Calculus Syllabus – Anna University Regulation 2021 COURSE OBJECTIVES:  To develop the use of matrix algebra…

HS3151 Professional English – I Syllabus

HS3151 Professional English: HS3151 Professional English - I Syllabus – Anna University Regulation 2021 OBJECTIVES :  To improve the communicative competence of learners …

Void

Void: A data type in C++. When used as a parameter in a function call, it indicates there is no return value. void+ indicates that…

Virtual Function

Virtual Function: A function qualified by the virtual keyword. When a virtual function is called via a pointer, the class of the object pointed to…

Virtual Base Class

Virtual Base Class: A base class that has been qualified as virtual in the inheritance definition. In multiple inheritance, a derived class can inherit the…

Variable Name

Variable Name: The symbolic name given to a section of memory used to store a variable.

Variable

Variable: A name that refers to a value. The data represented by the variable name can, at different times during the execution of a program,…

Union

Union: A data type that allows different data types to be assigned to the same storage location.

Typedef Name

Typedef Name: A name given to a type via a type-name definition introduced by the key-word typedef.

Type Conversion

Type Conversion: A conversion of a value from one type to another.

Turbo C++

Turbo C++: A version of the C++ language for personal computers developed by Borland.