#include <stdio.h> int main() { char *ch[2] = {"Manjesh", "Ojha"}; printf("%d", sizeof(ch)); return 0; }
Depends on compiler
Previous Question Next Question
Your comments will be displayed only after manual approval.