Ak Blog

Question 1:

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

printf("Hello");

getch(); //this is hold screen

}


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

Answer:

Hello


Question 2:

What is the full form of RAM?

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

Answer:

Random Access Memory


Question 3:

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


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

Answer:

error