#include <stdio.h> int main() { char *s = "hello, Interveiw, Mania\n"; printf("%d", strlen(s)); }
24
Previous Question Next Question
Your comments will be displayed only after manual approval.