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 doctor will see you ----- two o clock
All thermoplastic, thermosetting & elastic materials can be processed in a extrusion machine, however it can not be used for the production of plastic
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)");
}
}
The Ajanta painting belongs to which period
An instrument which enables us to see distant objects clearly is
Which of these will not select all the cells in a document
______ is a collection of point-to-point links that may form a circle