Appranix interview question

Programming Round:It takes three level.To build chess board for any language.

Interview Answers

Anonymous

21 Sept 2019

#include #include int main() { int i,j,num; printf("Enter the number : "); scanf("%d",&num); for(i=0;i

35

Anonymous

21 Sept 2019

#include #include int main() { int i,j,num; printf("Enter the number : "); scanf("%d",&num); for(i=0;i

16