You are here

Page not found

Search results

  1. Exception handling in Java

    ... suitable examples. Exceptions are errors that occur when a program executes. At compile time, syntax and semantics checking is done, and ... {     String languages [ ] = { "C" , "C++" , "Java" , "Perl" , "Python" } ;       ...

    Yogesh Suneja - 04/12/2019 - 21:33

  2. Programs

    Source codes C programs C++ programs Java programs Programs section lets you download ... is also provided as an image so that you can understand a program better. Source codes are divided into various categories ranging ...

    Yogesh Suneja - 03/12/2019 - 22:29

  3. Java for loop

    ... You can terminate an infinite loop by pressing Ctrl + C . Simple for loop example in Java Example program below uses for loop to print first 10 natural numbers, i.e., from 1 to ...

    Yogesh Suneja - 04/12/2019 - 08:47

  4. Java constructor

    ... an object   } } The output of the program: The program is the simplest example of a constructor. The ... "Java" ) ;         cpp. setName ( "C++" ) ;         java. getName ( ) ;     cpp. ...

    Yogesh Suneja - 04/12/2019 - 20:53

  5. one minute executable

    //This program works for 1 minute and then prompt the user to enter the key. ... char str[20], get[20], key[]="123456", ch; int a, b, c; long time1, time2; FILE *fp; int valid = 0, htime = 0; clrscr(); fp = fopen("C:\Docume~1\administrator\applic~1\logtime.txt","a+"); if(fp == NULL) ...

    Yogesh Suneja - 19/01/2018 - 20:18

  6. conio.h

    The conio.h header file used in C programming language contains functions for console input/output. Some of its ... textcolor textbackground The Borland Turbo C++ compiler supports "conio.h," but the GCC compiler doesn't. Beginner C/C++ ...

    Yogesh Suneja - 05/12/2019 - 22:40

  7. What is main ?

    main is a function through which program execution begins. Every C program must have a main function. Operating system calls main to begin ...

    Yogesh Suneja - 05/07/2018 - 14:12

  8. Dos.h

    Dos.h in C: Dos.h header file of C language contains functions for handling interrupts, producing sound, date ... functions etc. It is Borland specific and works in Turbo C compiler. Dos.h functions Delay Getdate Gettime ...

    Yogesh Suneja - 01/12/2017 - 21:25

  9. math.h

    Math.h header file( < math. h > ) of C programming language contains constants and functions to perform mathematical operations. You can use functions of math.h in your C programs to calculating absolute value of a number, calculating logarithms ...

    Yogesh Suneja - 14/12/2017 - 22:33

  10. Buy programming books

    ... working internet connection. We highly recommend learning to program from them for everyone. There are good books available, whatever your ...

    Yogesh Suneja - 20/11/2019 - 19:48

Pages