Thursday, May 30, 2019

HTML Compiler

HTML Compiler .

FOR COMPILE HTML CODE :

SIMPLY APPLY HTML CODE AND PRESS COMPILE:

This support only HTML Code NOT for JAVASCRIPT or CSS. this just support HTML Tags.





Your Compiling result will appear here:

Sunday, May 5, 2019

C Language Class 1 #.

C Language Class 1 #.

Learn Programming Languages on www.wasimteach.blogspot.com there we share knowledge about all about technology.

C Language Class 1 #.
Lets Start :
Something you have to do in your computer install setup turbo c in your computer or any other c language envronment IDE.

after this write this code in turbo c .

#include
int main()
{
// printf() print the string on the screen
printf("Hello, World!") ;
return 0;
}



after this compile the program and run.

Friday, May 3, 2019

Check All Classes online Result.


Check All Classes online Result

 There you can check all classes results 



 Please Select the Class 

 5 th class         8 th class        9th class    

10 th class       11 th class       12 th class 

Recent added

TypeScript Class 5

Common Syntax Errors in TypeScript and How to Avoid Them Syntax errors are among the most common issues developers encounter when writing Ty...