1/10
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
|---|
No study sessions yet.
#include <stdio.h>
if printf scanf is used
#include <math.h>
if sin cos sqrt is used
#include <string.h>
if strlen strcpy strcmp strcat is used
for loop

while loop

do while loop

printf
printf("My age is %d and Pi is %.2f\n", age, pi);
Output: My age is 30 and Pi is 3.14
scanf
scanf("%d", &number);
if else statements

must declare and assign variables
