Skip to main content

Simple Example Of C Language

#include<stdio.h>

int main() 

               /* my first program in C */ 
               printf("Hello, World! \n"); 
               return 0; 


Example : That is simple Hello World Program.

Comments

Popular posts from this blog

What is Big Data?

Big data is the big amount of data in simple word. As one of the most “hyped” terms in the market today, there is no consensus as to how to define big data. The term is often used synonymously with related concepts such as Business Intelligence ( BI) and data mining. It is true that all three terms are about analyzing data and in many cases advanced analytics. But big data concept is different from the two others when data volumes, number of transactions and the number of data sources are so big and complex that they require special methods and technologies in order to draw insight out of data (for instance, traditional data warehouse solutions may fall short when dealing with big data). This also forms the basis for the most used definition of big data, the three V: Volume, Velocity, and Variety.  Volume: Large amounts of data, from datasets with sizes of terabytes to zettabyte.   Velocity: Large amounts of data from transactions with high refresh rate resu...

What Is Java Programming?

Java in Hindi: Java is a Pure Object Oriented Programming Language. It is currently used not only in computers but in cell phones, Mobiles, PDAs etc. Also in this Programming Language, such application software can be made very easily, which can connect different types of electronic devices and communicate with each other. Java is actually a very big programming language, so the Java company has divided it into several parts, so that the programmers who develop related software, only need to know about Java related to that category. But in all these parts of Java, a part of Java is used in common and that part of Java is called Core Java. In addition to Core Java, Java is divided into different parts to meet the needs of different types, those different parts are called Advance Java in one word. Java is basically divided into three parts- Java Micro Edition (J2ME) Java Standard Edition (J2SE) Java Enterprise Edition (J2EE) There are many other divisions in...

What is java programming?

Java is a programming language that produces software for multiple platforms. When a programmer writes a Java application, the compiled code (known as byte code) runs on most operating systems (OS), including Windows, Linux and Mac OS. Java derives much of its syntax from the C and C++ programming languages. Java is Object oriented programming language. Java is a platform independent programming language. Java is use in most operating system and many application. Java provide JVM. That is call as java virtual   machine. That is java compiler. So that is java programming language.