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
Showing posts with label program questions. Show all posts
Showing posts with label program questions. Show all posts
Admin - - Tech
Admin - - program questions

   The question here is , you need to get an unsigned integer (e.g 7). Then this integer has an binary values as  ' 0111 '. Hence th... [...]

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 - - 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... [...]