Computer Science, asked by khemkanemichand, 2 months ago

write down the program to enter your name​

Answers

Answered by parimeshram08
3

Answer:

#include <stdio.h>

int main()

{

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

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

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

return(0);

}

(I ᴅɪᴅɴ'ᴛ ᴇɴᴛᴇʀ ᴍʏ ʀᴇᴀʟ ɴᴀᴍᴇ....)

Similar questions