Tech: Artificial Intelligence AI, Blockchain, Augmented Reality, Software, Programming, and more
Monday, August 24, 2020
String.c
#include <stdio.h>
#include <cs50.h>
int main(void)
{
String name = get_string("Please enter your name:");
printf("Hello, %s\n", name);
}
Source: Harvard, CS50
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment