Tech: Artificial Intelligence AI, Blockchain, Augmented Reality, Software, Programming, and more
Monday, August 31, 2020
get a string and print a string (lec2 reviewing lec1)
#include <cs50.h>
#include <stdio.h>
int main(void)
{
string s = get_string("what is your name?\n");
printf("hi, %s\n", s);
}
cs50, lec2 (reviewing lec1)
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)