My Profile
Active Members
TodayLast 7 Days
more...
Awards & Gifts
Online Exams
Fresher Jobs
Our fresher job section is exclusively for fresh graduates! Find jobs for freshers in major Indian
cities including Bangalore, Chennai, Hyderabad, Pune or Kochi
Resources
Find educational articles, blogs, discussion threads and other resources.
Colleges
Find details about any college in India or search for courses.
Advertisements
|
|
Posted By: Praveen Kumaar Member Level: Gold Posted Date: 26 Mar 2008 Category: Aptitude Test
|
How many 3 digit numbers are divisible by 6 in all?
Select Answer:
149
150
151
166
Question Source: bank
|
Your Test Score: 0 / 0
|
|
Next Question:
Which of the following numbers should be added to 11158 to make it exactly divisible by 77?
|
|
Previous Question:
The largest natural number by which the product of 3 consecutive even natural numbers is always divisible, is:
|
Related Questions:
Which of the following about the following two declaration is true
i ) int *F()
ii) int (*F)()
A rectangular room can be partitioned into two equal square rooms by a partition 7 metres long. What is the area of the rectangular room in square metres ?
#include
#include
void main()
{
void fun(int,int);
int i ,j;
i=2,j=3;
fun(i++,j++);
printf("%d%d",i,j);
getch();
}
void fun(int i,int j)
{
i++,j++;
}
Question : what is the output ?
The letters A, B, C, D, E, F and G, not necessarily in that order, stand for seven consecutive integers from 1 to 10
D is 3 less than A
B is the middle term
F is as much less than B as C is greater than D
G is greater than F
An integer T is as much greater than C as C is greater than E. T can be written as A + E. What is D?
Rohit was 4 times as old as his son 8 years ago. After 8 years, Rohit will be twice as old as his son. What are their present ages?
|
Categories
|
|
Submit Interview/Test Questions with Answers and make money from adsense revenue sharing program
Want to prepare for an interview? Try our aptitude tests and standard interview questions first.
|
|