

InterviewSolution
Saved Bookmarks
1. |
6.Write a program to display your name in the given patternSample Input : JAVASample Output: JAVA |
Answer» Answer: #include { printf ("A"/n); printf ("V"/n); printf("A"/n) } |
|