Tear one off and scratch my head, what once was red is black instead. What am I?
A Match stick.
You tear a match out of a matchbook and scratch the head to light it, then the red tip turns black from the flame.
View answer Workspace Report Error Discuss
The first completely 64-bit compatible version of Android -
Android 5.0 Lollipop is the first completely 64-bit compatible version of Android.
View Answer Report Error Discuss
Vikramshila Mahavihara was established by the ruler of
_________ provide expansion capability for a computer system
Who is the custodian of indian constitution?
The president is the nominal custodian of the Indian constitution but the ideal custodian is the supreme court of India.
In the binary Language each letter of the alphabet, each number and each special character is made up of a unique combination of _________
Select the related word/letters/numbers from the given alternatives:
5 : 100 :: 7 : ?
What is the output of this C code?
#include <stdio.h> void m() { printf("hi"); } void main() { m(); }