Question #274633

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


Expert's answer

#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!

LATEST TUTORIALS
APPROVED BY CLIENTS