Skip to main content

Posts

Showing posts from August, 2018

C++

1.sum /* The extension name of C++ is .cpp*/ /*Sum of two numbers*/ #include<iostream> #include<conio.h> using namespace std;  int main()

C Language

0.0.0 Introduction #include<> for link stdio.h -->header file conio.h -->header file main() main function void() do not return printf for print scanf for scan clrscr(); clear screen [in turbo C] getch(); close Program

Javascript

*the extension name of javascript is .html *for variable var *to convert number to text is eval *alert - light message box *prompt- input box

HTML

Frameset <html> <head><title>Frameset</title></head> <frameset cols="50%,50%"> <frame src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiCKRrnYBItvKM6sHv5at_T-OnSi-QDzonB1BCx8L-mmN-lnDxdR8qVZa4bWcIW5dcy2Cj4Fi23-oDBWjNFGAvzLHHWi5dPBrCRnGK2UxKgSzcVG0omkOFReEpKp_kSxKDLTd4X7wo_VIQ/s1600/328122f1-9475-4254-8dc0-5bdc86044717"> <frame src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEirTLyGViWJtE9PVA7BkP_WMoz-0wVKxQsm-HSxkurSoR2fmLS8-6dq4RC8hnIn8h8n-tPxjQd9KWtcPzVT_9IqmRGLXwqt-320zRCqvMVUzI8v1FiaMHPx6sW0wn59llNeDkIZJasDurc/s1600/IMG_20180113_141658.jpg"> </frameset> </html>