She ___________ for effective follow up of agenda
From the given choice select the odd man out
The swing components classes that are used in encapsulates a mutually exclusive set of buttons?
The change in velocity of an object during the first five seconds of its motion is shown on the graph. What is the acceleration of an object in this time?
The binary-coded decimal (BCD) system can be used to represent each of the 10 decimal digits as a(n)
Derived units are obtained from various combinations of
What will be the output of the program (sample.c) given below if it is executed from the command line (turbo c under DOS)
cmd> sample Good Morning
/* sample.c */
#include
int main(int argc, char *argv[])
{
printf("%d %s", argc, argv[1]);
return 0;
}
When two shafts of same length, one of which is hollow, transmit equal torques and have equal maximum stress, then they should have equal
What will be the output of the program
public class Example
{
public static void main(String [] args)
{
double values[] = {-2.3, -1.0, 0.25, 4};
int cnt = 0;
for (int x=0; x < values.length; x++)
{
if (Math.round(values[x] + .5) == Math.ceil(values[x]))
{
++cnt;
}
}
System.out.println("same results " + cnt + " time(s)");
}
}
One afternoon, Manisha and Madhuri were talking to each other face to face in Bhopal on M.G. Road. If Manisha's shadow was exactly to the exactly to the left of Madhuri, which direction was Manisha facing
If a : b = 4 : 1, then find (a - 3b)/(2a - b)
Study the following information to answer the given questions: Percentage of students in various courses(A, B, C, D, E, F) in pie chart I and percentage of girls in pie chart II. Total students : 1200 (800 girls + 400 boys)
For course D, what is the respective ratio of boys and girls
______ is a collection of point-to-point links that may form a circle