Tuesday, February 24, 2015

Review of C++ - Random


Solution: The important point here is sizeof(L). Size of long is 4. So L can take values from (0,1,2,3) + 5 Min value of L - 5 Max Value of L - 8 C++PROGRAM 0123456789 So the only possible characters are from P[5] to P[8] = O, G, R, A. So the only possible option is (iii).

Friday, February 20, 2015

I started my journey of writing 3 years ago. This year 5 of my books have been published by Laxmi Publications. There were no practical manuals for CBSE computer Science so I ventured into writing one. 1. Practical Workbook for CBSE Computer Science (C++) - XI 2. Practical Workbook for CBSE Computer Science (C++) - XII 3. Practical Workbook for CBSE Computer Science (Python) - XI 4. Practical Workbook for CBSE Computer Science (Python) - XII 5. Computer Science with Python - XI (Textbook) 6. Computer Science with Python - XII (Textbook - expected by March 2015) Let me know your suggestions & comments.