Computer Science, asked by tejasriamruthaa, 5 months ago

#include<stdio.h>
int main()
{
char str[25] = "India";
printf("%c", str[1]);
return 0;
}​

Answers

Answered by Xxtenion
7

Answer:

what is the ques??pls mention

Similar questions