Which tissue makes the plant hard and stiff?
View Answer Report Error Discuss
Which of the following is not a National Park?
Which among the following is false about alpha particles?
A sentence has been given in Active/Passive Voice. Out of the four given alternatives, select the one which best expresses the same sentence in Passive/Active Voice.
The commotion terrified her.
The compound used in prickly-heat powder to prevent excessive sweating is
Which among the following has the maximum density?
What's the maximum hard drive size for FAT16-based Windows system?
Maximum hard drive size for FAT16-based windows system is 2GB.
View answer Workspace Report Error Discuss
What would be the output of the following program?
main()
{
float a = 0.7;
if ( a < 0.7f )
printf ( " C ");
else
Printf ( " C++ ");
}
C++