Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <stdio.h>
- #include <stdlib.h>
- #include <iostream>
- #include <string.h>
- using namespace std;
- int main() {
- char a [] = "Imprime uma string em um dispositivo de saida";
- puts(a);
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement