Data Types

PHOTO EMBED

Sat Apr 16 2022 00:18:04 GMT+0000 (Coordinated Universal Time)

Saved by @201BK201 #c

#include <stdio.h>
#include <stdlib.h>

int main()
{
int favNum = 90;
printf("My fav %s is %d", "number", 500);

    return 0;
}
content_copyCOPY