Even after sunset, the air near the Earth's surface continue to receive heat due to
View Answer Report Error Discuss
In which language did Vardhaman Mahavira taught?
In the following question, a word has been written in four different ways out of which only one is correctly spelt. Select the correctly spelt word.
In the following question, four words are given out of which one word is correctly spelt. Select the correctly spelt word.
In the following question, out of the four alternatives, select the alternative which is the best substitute of the phrase.
tending to hang loosely.
If code P is denoted by 7, X by 9, M by 5, Z by 8, L by 2, T by 1, then ZLTPXM will be
How would you eliminate the warning generated on complaining the following program?
main()
{
char far *scr;
scr = 0xB8000000;
*scr = 'A';
}
Use the typecast scr = (char far *) 0xB8000000;
View answer Workspace Report Error Discuss