#include <stdio.h> #include <conio.h> #include <alloc.h> #include <string.h> #define S 4 main() { char*arr_str[S]; char temp[20]; int i, n, len; clrscr(); for( i = 0; i < S; i++ ) { printf(" Enter a string %d\n ", i + 1); ...
All HR and Technical interview questions with answers for freshers and experienced professional. It helps job seekers who are about to attend interviews.