Answer to Question #308215 in C for ahmed

Question #308215

Write a program that print your name and your grade in a new line.


1
Expert's answer
2022-03-09T01:36:47-0500
#include <stdio.h>

int main() {
    char* my_name = "John Smith";
    char my_grade = 'A';

    printf("%s\n%c\n", my_name, my_grade);

    return 0;
}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS