-
- Difference between data type ( primitive & non- primitive) and data type modifiers
- typedef , enumeration, datatypes
- generating random numbers ( pg 39, sumita arora)
-unformatted console I/O functions ( pg 38)
- unformatted stream I/O functions ( pg 42)
- usefulness of inline functions and scope resolution operator
- situation when constructor and copy constructor are called( pg 217, 218)
- special characteristics of constructors and destructors( pg 229,232)
-understanding of fig 7.2 (pg 319)
-file pointers and random acess (pg 340-341)
- memory leaks ( pg 390), this pointer, pointers and arrays,significance array as pointers
- static vs. dynamic allocation
- stack vs. queues
- comparative analysis of selection/ bubble/ insertion sort
- applications of stacks and queues
- understanding og increament and decreament post/pre fix operators. try these
1. void main() { int a=9;
a += a++ + ++a; }
2. void main() { int p=5,q;
q= p++ + ++p + ++p +p; }
" BEST OF LUCK - STUDY SINCERELY, WORK HARD, HAVE FAITH IN YOU - ALL IS WELL"
NOTE- U CAN POST QUERIRS ON THIS BLOG
3 comments:
what is the use of command
fflush(stdin)
keshav
Mam will d examiner run project on system to check?
Devasheesh
thank u very much mam for all ur help and support through out the year...:)
Post a Comment