#include <stdio.h> int main() { printf("Ajit "); Label1: Label2: printf("Sumi "); printf("Abhay "); }
Ajit Sumi Abhay
Previous Question Next Question
Your comments will be displayed only after manual approval.