Computer Science, asked by rituchoudhary965, 6 months ago

write a program to print your name for class 6 ​

Answers

Answered by niharika101030
1

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

disque.

I HOPE IT HELPS....!

PLEASE MARK ME AS BRAINLIEST AND ALSO LIKE MY ANSWER FRIEND.....

Answered by ria2629
0
C excercises
C programming
Similar questions