Computer Science, asked by sanjayswain100427, 8 months ago

How to write yor age , name,date of birth, and place you live in c language

Answers

Answered by manjirimusale90511
1

Answer:

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.

Similar questions