Hola mundo en c++

#include<stdio.h> #include<stdlib.h> int main() { printf("Hola Mundo \n \n"); system("PAUSE"); return 0; }

1 Response

Esto no es C++ es C

Write a comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.