which is not the long-term effects of an earthquake
cost
Human life
tourism
culture
The hypocenter of an earthquake is the location beneath the earth’s surface where the rupture of the fault begins.
True
False
earthquake occurs every minute
word earthquake is not used to describe any seismic event
Individual awareness would definitely lead to mass awareness.
goto is a keyword in c and java languages ?
some difficult concepts like pointers are removed in Java ?
where can we use a break statement ?
inside loops
inside switch condition
with labels
with labels in loops only
#include void main() { int i=1; printf("%d",++i); printf("%d",i++); } choose output of the above program
2,2
1,3
2,3
1,2
which loop executes for atleast one time not checking the condition ?
do while
while
for
if else