Question 1:
#include <stdio.h>#include<conio.h>
void main(){
printf("Hello");
getch(); //this is hold screen
}- hello
- printf("Hello");
- Hello;
- Hello
Answer:
Hello
Question 2:
What is the full form of RAM?
- Read Access Memory
- Random Available Memory
- Random Access Memory
- Readily Available Memory
Answer:
Random Access Memory
Question 3:
#include <stdio.h>
void main(){
printf("Hello");
getch(); //this is hold screen
}
- error
- printf("Hello");
- Hello world
- hello