•  »
  • tagged programming language

1-10 of 126 Hubssort by Hot Best Latest

Programming Games and Puzzles86

Programming Games and Puzzles

Learn where you can complete programmer challenges and puzzles in order to hone your programming skills, win cash prizes, or even get a job interview!

4 comments    exercises programming puzzles
Java Source code sample: How to Add Numbers inside an Array using For Loop89

Java Source code sample: How to Add Numbers inside an Array using For Loop

This is a Java source code on how to add numbers inside an array using for loop version, this program has also another version on how to add numbers in an array using recursion, if you want to see it too, here is the link to view the page.. Java...

0 comments   
10 Free PHP Books You Can Download Online!72

10 Free PHP Books You Can Download Online!

Can you really download free php books online? The answer to that is yes. All ebooks that are listed below are free to download. They range in difficulty, some are php books for beginners, while other cover more advanced and specific areas. Just...

2 comments    books free book
5 Important Tips to Learn Java Programming and Other Programming Languages86

5 Important Tips to Learn Java Programming and Other Programming Languages

As a person who loves programming, I have a special love for Java Programming. Base on my experiences in this programming language here are 5 important tips that you need to know while learning Java and other programming languages. 5 important Tips...

6 comments    technology programming java
Types of Computer Languages with their Advantages and Disadvantages88

Types of Computer Languages with their Advantages and Disadvantages

In all over the world, language is the source of communication among human beings. Different countries/regions have different languages. Similarly, in order to communicate with the computer user also needs to have a language that should be...

147 comments    technology tips education
Sample COBOL Interview Questions66

Sample COBOL Interview Questions

Below are sample technical questions I have encountered during past interviews. You may be an Interviewer or applying for a job position such as Computer Programmer, Programmer Analyst, Software Engineer,...

1 comment    software engineer flat file programmer analyst
Java Source code: How to Add numbers inside an Array Using Recursion80

Java Source code: How to Add numbers inside an Array Using Recursion

The following codes is a Java source code on adding numbers inside the array. This is just a short program and also a very simple one to illustrate how an array works in Java programming language. I will also upload the code that uses for loop so...

2 comments    java code sample
Writing First C/C++ Program : A tutorial of C/C++ Programming79

Writing First C/C++ Program : A tutorial of C/C++ Programming

Programming Tutorials : C/C++ Programming C/C++ programming basic is very important for learning C/C++ language. In this page, basic of C/C++ programming tutorial is presented in an explained way. It is very useful for the beginners of C/C++...

9 comments    programming comments hello world
How to learn programming; 5 best resources for a beginner73

How to learn programming; 5 best resources for a beginner

Learning programming is accompanied by the resources books, programming languages, source codes, thinking power and desire. These resources have been discussed in detail in this hub.

6 comments    programming graphics program
C Programming Lesson - Data Types in C Language86

C Programming Lesson - Data Types in C Language

A programming language is proposed to help programmer to process certain kinds of data and to provide useful output. The task of data processing is accomplished by executing series of commands called program. A program usually contains different types of data types (integer, float, character etc.) and need to store the values being used in the program. C language is rich of data types. A C programmer has to employ proper data type as per his requirement.

249 comments    how to internet software
Please wait working