Posts

Showing posts from March, 2015

Revision tour of XI C++ Concepts (for XII CBSE Exam 2015)

QUESTION BANK-1 1.        Difference between the typecasting and automatic type conversion. Give Example using C++ code. 2.        Diff between formal parameters and actual parameters. Give Example using C++ code. 3.        What is escape sequence (Non graphic characters) ?  Examples? 4.        What is token in C++ ?  Examples? 5.        What are literals? How many types of literals are available in c++ ? 6.        What is data type? How many data types are in C++ ? 7.        What are Punctuators in C++ ? Example? 8.        What is reference? 9.        What is conditional operator (ternary operator ) ? 10.    Diff b/w   if-else  and switch case  ? Example ?...