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
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)