- What is Polymorphism
- Programs those work in C but not in C++
- Difference between malloc(),calloc(),realloc()
- Dynamic memory allocation (Stack vs Heap)
- 3 ways to solve recurrence relations
- Difference between Balanced,Ordered,Full,Strict,Complete,Perfect Binary tree
- Graph Terminology
- How analysis of algorithms is done?
- EXTERN - wherever u define variables, it will get access to them
- TYPEDEF - create variables by name
- Comma - the lowest priority operator
- Precedence of operators in function parameters
- Associativity of operators
- ENUM - make your names as data types
- CONST - once initialized, no one can change it
- Keywords and reserved words
- Four Pillars of OOPS concepts
- "using namespace std" what does it represents??
- Global and local variables
- General Structure of a C++ program
- How a setw() funtion works??
- Parameters and Arguments , Are they represent same ??
- How a .exe file is created?
Labels
Popular Posts
-
Binary Tree: A Tree in which each node has a degree of atmost 2. i.e. it can have either 0,1 or 2 children. Here, leaves a...
-
Recurrence relation : A recurrence relation is an equation that defines a sequence based on a rule that gives the next term as a funct...
-
BUBBLE SORT : Bubble sort is a simple sorting algorithm ...
Blog Archive
- March 2017 (1)
- March 2016 (1)
- October 2015 (1)
- September 2015 (1)
- August 2015 (5)
- July 2015 (2)
- June 2015 (4)
- January 2015 (4)
- December 2014 (5)
- November 2014 (1)
- October 2014 (1)
- September 2014 (3)
Powered by Blogger.