Answer to Question #274633 in C++ for khan

Question #274633

Write a C program to print your name, date of birth, mobile numbers and university’s name on separate line.


1
Expert's answer
2021-12-05T13:07:14-0500
#include <stdio.h>
int main(){
    printf("Name: John Doe\n");
    printf("Date of birth: 19/11/2000\n");
    printf("University name: Oxford University\n");
    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