What is ER Diagram? ER stands for entity relationship diagram. E-R diagram
Continue readingWhat is a String? A collection of character enclosed in double quotations
Continue readingWhat is Pointer? Variable are named memory locations used to store data.
Continue readingWhat is Stream & Its Types? The flow of data from one point to another
Continue readingWhat is Global Variable? The variables that are declared outside the main()
Continue readingWhat are Parameters? Parameters are also called arguments. These are the
Continue readingWhat is a Function? In structured programming the program consists of more
Continue readingWhat is Control Structure? A control structure is a statement used to control
Continue readingWhat is Switch Statement? Switch (expression) { case constant-expression: statement
Continue readingWhat is Conditional Operator? Conditional operator is used as an attribute
Continue reading