You are here

Page not found

Search results

  1. Java while loop

    ... conditions such as while ( a > b && c != 0 ) {   // Loop body } Loop body is ... variable a is greater than value of variable b and variable c isn't equal to zero. 3. A body of a loop can contain more than one ...

    devyog - 04/12/2019 - 09:14

  2. 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 ...

    devyog - 14/12/2017 - 22:33

  3. Java constructor

    ... "Java" ) ;         cpp. setName ( "C++" ) ;         java. getName ( ) ;     cpp. ...

    devyog - 04/12/2019 - 20:53

  4. dir.h

    ... perform operations on directories. It's supported in Turbo C compiler. ...

    devyog - 22/11/2019 - 20:18

  5. If else program in Java

    ... marksObtained > 60 )         grade = 'C' ;       else         grade = 'D' ;     ...

    devyog - 04/12/2019 - 00:32

  6. What is main ?

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

    devyog - 05/07/2018 - 14:12

  7. About Programming Simplified

    ... following members: Dipesh Walia: Web Developer. Jonny: C programmer. Rinku Goel: Java programmer. Yogesh: Content creator. We ...

    devyog - 16/12/2017 - 19:08

Pages