answersLogoWhite

0

#include<stdio.h>

int main (void) {

printf ("Hello world!\n");

return 0;

}

User Avatar

Wiki User

9y ago

What else can I help you with?

Related Questions

What is basic computer programming?

It could be one of two things:Programming using the programming language BASICSimple programs, like the ones that you learn to make when you first start programming, like a hello program.


What programming language is SharePoint programmed in?

Microsoft Office SharePoint Services is programmed in the asp.net framework using C# as the programming language.


What is the structure of the ots keyword in the programming language you are using?

In the programming language I am using, the structure of the &quot;ots&quot; keyword is typically used for object-oriented programming and stands for &quot;object to string.&quot; It is used to convert an object into a string representation.


Is MySQL a programming language?

MySQL was written and developed using the C and C++ programming languages.


Why net is need when have java?

Java (from Sun) is a programming language that is interpreted in bytecode using a virtual interface, it sounds complicated and it is more complicated than simply using HTML to display a page, and it is also much slower.


How do you print hello world 100 times in c plus plus using while statment?

C++ Hello World Example:// this is a single line comment /* this is a multi-line comment */ #include // header file needed to print using namespace std; // instead of having to write std::cout // the main function is where the program begins execution int main() { // print Hello world. and a new line cout


Can i get a project topic using vb programming language?

bank transaction


What you 'll do using programming language?

Write computer-programs, I suppose.


When was pascal programming language invented?

quote: Pascal is an influential imperative and procedural programming language, designed in 1968/9 and published in 1970 by Niklaus Wirth as a small and efficient language intended to encourage good programming practices using structured programming and data structuring.


Is it possible to use arrays when using the java programming language?

It is possible to use arrays when employing java programming language. There are many different series of programming choice that can be employed with various end results.


How do you display a message in C?

In C, the most common way to display a message is by using printf. The following code example will display Hello There! and start a new line.Code Example:#include int main(void) { printf("Hello There!\n"); return 0; }


How was Minecraft made?

Notch wrote Minecraft using the Java programming language.