Computer Science, asked by rituchoudhary965, 5 months ago

write a program to print your name​

Answers

Answered by Anonymous
11

Answer:

Print your name, date of birth, and mobile number

Pictorial Presentation:

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); } ...

Flowchart:

C Programming Code Editor: ...

Contribute your code and comments through Disqus.

Answered by GuessMyNameAnu09
0

Mark me as brainliest...and follow me

Explanation:

Pictorial Presentation:

Similar questions