Computer Science, asked by chakrabortymousumi04, 16 days ago

Write a program to print your name and address infinitely on the screen​

Answers

Answered by worlda537
1

Answer:

  • printf() is a library function which is declare in stdio.h library, it is used to print string on output screen. Here in above program it will print name David and Address London.
Similar questions