• tagged syntax

1-10 of 58 Hubssort by Hot Best Latest

78

C Programming Lesson - Do While Loop and Difference Between While and Do While Loop

If you are looking for what is loop and why we use loop in c language then you can check my article on that topic. This article is entirely dedicated to do-while loop and its usage. I must tell you that do-while loop is similar to while loop but only one thing differentiate them. I will show that difference with example later.

1 comment    how to c programming do while example
72

Learn how to use PHP urlencode Function

In this PHP tutorial, I'm Publishing some details about urlencode and rawurlencode functions of PHP which Includes syntax, examples, Character conversion table and much more...

2 comments    tutorial publishing values
67

Explanation of SQL Join: Obtaining data from multiple tables using Join

Explanation of SQL Join: Obtaining data from multiple tables using Join. Learn what exactly database join is. Know the syntax of joinging with easy detail explanation. And just remember the types of joining...

0 comments    oracle join microsoft sql join
63

Lazarus for Linux

Lazarus is an integrated development environment (IDE) for programming in the Pascal language. It looks very similar to Visual Basic, Delphi and CBuilder. Not only is it available for the Linux operating system but also for Windows. It is open source and FREE to download and use by anybody.

0 comments    linux for degree
73

How While loop Works in C Programming Language

I already explained what is loop and why we use loop in c language, and I am not going to repeat that here again. So we will start with while loop explanation. While loop is one of the simple loop available in C language.It’s very easy to use, lets check its syntax first and then one simple program.

2 comments    variable c programming compiler
74

How For Loop Works in C Programming Language

Along with while loop and do-while loop, for loop is also part of C programming language. For many programmers, for loop seems to be easiest loop comparing other two loops (while and do-while loop). Mainly its structure (syntactically) makes it easy to use. Its easy syntax made it popular. Let’s take a look at for loop syntax.

6 comments    how to programming variable
90

Human Language: Nature Vs. Nurture

Many people debate over how language is developed. Is it formed naturally or created through nurture. I do believe most people would agree that it takes both nature and nurture for humans to communicate. Still, if we took a colony of infants, spoke...

45 comments    nature animals language
Csanad profile image82

Search Engine Commands - how to optimise search engine results

Search engines are great way to find information. Most majority of the Internet users however are not using search engines to their fullest potential. There are special search engine commands that you can type into the search engines combined with...

3 comments    search engine search engines
71

Learn how to use PHP print_r function

Here, I'm Publishing some information about PHP Print_r function that includes Syntax, Examples, Usage, Description, related functions etc.

2 comments    php array php syntax examples
71

Protagoras and the History of Rhetoric

Sometimes historians have trouble discerning between legend and truth when a man’s life is so extraordinary. Protagoras is such a man. Not many historical documents recount the life of Protagoras, but Plato’s dialogue “Protagoras” and...

1 comment    writing literature history
working