If I take a state roadways bus, Ill get late, ...... ?
A box contains 2 white balls, 3 black balls and 4 red balls. In how many ways can 3 balls be drawn from the box, if at least one black ball is to be included in the draw? |
Answer |
Look at this series: 22, 21, 23, 22, 24, 23, ... What number should come next? |
Answer |
void start() { A a = new A(); B b = new B(); a.s(b); b = null; /* Line 5 */ a = null; /* Line 6 */ System.out.println("start completed"); /* Line 7 */ } When is the B object, created in line 3, eligible for garbage collection? |
Answer |
When 1100010 is divided by 0101, what will be the decimal remainder? |
Answer |
Databases overall structure is maintained in a file called |
Answer |
Which of the following is not the required condition for binary search algorithm? |
Answer |
include main() { struct xx { int x=3; char name[]="hello"; }; struct xx *s=malloc(sizeof(struct xx)); printf("%d",s->x); printf("%s",s->name); } |
Answer |
Which of the following command is used to display the directory attributes rather than its contents ? |
Answer |
The SQL WHERE clause: |
Answer |
Which of the following is not considered to be a basic element of an enterprise-class database system? |
Answer |