CJCoding With Joseph

Student Record

A Student struct with a char array name and an int age is defined and initialized in main. Print the student in this exact format:

[name] is [age]

For the given data this prints: Mia is 20

Expected Output:

Mia is 20
Topics:
Structs
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (p, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.