This is the Code Entering Test
Yathish Acharya
Technology
about 1 year ago
This is the writing of the code test....
#include<iostream>
using namespace std;
int main(){
cout<<"Hello World";
return 0;
}
and this is the program block code of the C++ and this following one is the C
#include<stdio.h>
int main(){
char name[] = "Yathish";
printf(" Hello %s, how are you, name");
return 0;
}
This is the Code block from the C Programming Language.....
The below is the CSS Code
.clone{
width:100vw;
height:100vh;
background-color:"red";
}