NUMBER[ARRAY] -part 2

CODING:

#include< stdio.h >
main()
{
printf("%c",2["INISROH"]);
}

OUTPUT


I



Refer the previous post to know logic of this program.

Related Posts