ECE.NU

Thoughts on Engineering

Skip to content
  • Start
    • Dictionаry
    • Electrical Engineering
    • Quality & Standardization
    • Data Communications Systems
    • Business Development
    • Automotive Engineering
    • Software Engineering
    • Electronic Engineering
  • About
  • Privacy Policy
  • Contact

Hello World! in C

#include <stdio.h>
 
int main(void) {
	printf("Hello World!");
	return 0;
}
This entry was posted in Software Engineering and tagged Programming in C/C++ on 24/01/2015 by Admin1.

Post navigation

← Operation with integers in C++ Computing and displaying the cubes and the sums of cubes of the first 10 integers in C →

Archives

Privacy Policy Proudly powered by WordPress