A2 4a b c1 3 5 7
someone please tell me how can I print this pattern........
1 Replies
#include<stdio.h>
int main()
{
printf("\n A");
printf("\n 2 4");
printf("\n a b c");
printf("\n 1 3 5 7");
return 0;
}
Techiio is on the journey to build an ocean of technical knowledge, scouring the emerging stars in process and proffering them to the corporate world.
Follow us on:
Quick Links
Policies
Subscribe to get latest updates