#include <stdio.h> #include <conio.h> #include <stdlib.h> main() { int arr [3] [4]; int i, j; clrscr(); for(i = 0; i < 3; i++) { for(j = 0; j < 4; j++) { printf(" \n Enter the arr[%d] [%d] element: ", i, j); ...
All HR and Technical interview questions with answers for freshers and experienced professional. It helps job seekers who are about to attend interviews.