Ak Blog

Question 1:

#include <stdio.h>#include<conio.h>
void main(){

printf("Hello");

getch(); //this is hold screen

}


  1. Hello
  2. Hello;
  3. printf("Hello");
  4. hello

Answer:

Hello


Question 2:

What is the full form of RAM?

  1. Readily Available Memory
  2. Random Access Memory
  3. Random Available Memory
  4. Read Access Memory

Answer:

Random Access Memory


Question 3:

#include <stdio.h>
void main(){
printf("Hello");
getch(); //this is hold screen
}


  1. error
  2. Hello world
  3. printf("Hello");
  4. hello

Answer:

error