#include <stdio.h> int main() { char str[12][16] = {"Interview", "Mania"}; printf("%d", sizeof(str)); return 0; }
192
Previous Question Next Question
Your comments will be displayed only after manual approval.