#include <stdio.h>
#include <stdlib.h>
#define sqrt (i) i*i
int main
{
printf ("%d%d", sqrt (3),sqrt (3+1));
return 0;
}
can any one explain the output for this
Answers
Answered by
0
Answer:
षषषषषषषषषषषषषषषषषष षषषषषषष
Similar questions