top of page

Program in C

  • a01337106
  • 11 feb 2015
  • 1 Min. de lectura

There are different ways of programming, different compilers and different languages too. We have studied the pseudocode by now, but now we are going to start with C programming.

Here is a little code in C:

#include <stdio.h>

int main () {

printf(“Hola Mundo”);

}

Here is a very simple code. First, it is necessary to start the program with:

#include <stdio.h>

Then, the main is open:

int main{

}

This program will print “Hola Mundo”, for printing you have to write:

printf( );

The values inside ( ) will be printed.

 
 
 

Comentarios


 THE ARTIFACT MANIFAST: 

 

This is a great space to write long text about your company and your services. You can use this space to go into a little more detail about your company. Talk about your team and what services you provide. Tell your visitors the story of how you came up with the idea for your business and what makes you different from your competitors. Make your company stand out and show your visitors who you are. Tip: Add your own image by double clicking the image and clicking Change Image.

 UPCOMING EVENTS: 

 

10/31/23:  Scandinavian Art Show

 

11/6/23:  Video Art Around The World

 

11/29/23:  Lecture: History of Art

 

12/1/23:  Installations 2023 Indie Film Festival

 FOLLOW THE ARTIFACT: 
  • Facebook B&W
  • Twitter B&W
  • Instagram B&W
 RECENT POSTS: 
 SEARCH BY TAGS: 

© 2023 by Karla Lugo. Proudly created with Wix.com

bottom of page