What You Can Find Here:

You Can Find Some Common Interview Questions , Vocabulary , E-Books, Programming Concepts , Aptitude Questions etc. Select the options from Category List on your Right
Latest News
Admin - - Aptitude

Percent means ' out of hundred ' or a fraction in which denominator is 100. If we say 50% then it means 50 /100 . To express a fr... [...]

Admin - - Aptitude

1.Arithmetic Progression:                        AP is a sequence of numbers , such that the difference between any two successive n... [...]

Admin - - Ebooks

Sams Teach Yourself SQL in 24 Hour,third edition. Learn how to.. .*Build and manage relational database objects;  *Effectively query t... [...]

Admin - - Aptitude

Consider a number , for example , 12345 . Then if someone ask you a question that , will this number divisible by 5. You will reply YES. ... [...]

Admin - - program questions

Ans. The greatest common divisor of two positive integers is the largest integer that is a divisor of both of them. For, example, 3 is the g... [...]

Admin - - Tech

Since turbo c is 16bit application, it cannot be run in windows 7 . But by using Emulated Turbo c software , created by Mohit Saxena, we can... [...]

Admin - - Program concepts

The standard header file assert.h can be included to obtain access to the assert( ) macro . This macro can be used to encure that the value... [...]

Admin - - program questions

Your program should have two variables: one to keep track of left braces, say left_cnt, and the other to keep track of right braces, say rig... [...]

Admin - - program questions

Ans:    The character constant 'a' has the value 97 , and for 'b' the value is 98 ( i.e ) 'a' + 1 = b, the express... [...]

Admin - - Ebooks

  This book covers the key topics in computer organization and embedded systems. It presents hardware design principles and shows how hard... [...]

Admin - - Ebooks

There are many books on data structures and algorithms, including some with useful libraries of C functions. Mastering Algorithms with C ... [...]