Write a program to display your name and address with algorithm
Answers
Answered by
2
Answer:
hola mate gummie ✌❤
here's ur answer
#include <stdio.h>
int main()
{
printf("Name : Alexandra Abramov\n");
printf("DOB : July 14, 1975\n");
printf("Mobile : 99-9999999999\n");
return(0);
}
have a great day ahead
✌❤
Similar questions