Computer Science, asked by hemacharanbathina, 7 months ago

Write a program to print you name , school name ,class , age in four different lines with output (c programming )

Answers

Answered by shivambmgo
3

Answer:

Explanation:

C Code:

#include <stdio.h>

int main()  

 {

    printf("Name   : Alexandra Abramov\n");

    printf("DOB    : July 14, 1975\n");

    printf("Mobile : 99-9999999999\n");

    return(0);

 }

Copy

Sample Output:

Name   : Ur name                                        

DOB    : mm/dd/yyyy                                            

Mobile : 900000000

Answered by kunwersbisht
1

Answer:

\huge\bold\pink {ANSWER}

Similar questions