What is the oldest and cheapest mode of transporting cargo?
Devices which are used to receive data from central processing unit are classified as
Programs that run on a computer are referred to as
First component in algorithms is
Work area on which computer windows, icons, menus and dialog box appear is called
What will be the output of the program
#include
int main()
{
void *vp;
char ch=74, *cp="JACK";
int j=65;
vp=&ch;
printf("%c", *(char*)vp);
vp=&j;
printf("%c", *(int*)vp);
vp=cp;
printf("%s", (char*)vp+2);
return 0;
}
An engine supplies 196 joules of energy. If the energy is supplied to a weight of 500 gms. How high can it be lifted