What is the output of the code given below?

#include

int main( )

{

char name [ ]=”satellites”;

int len;

int size;

len = strlen(name);

size = sizeof(name);

printf(“%d”, len * size);

return 0;

}

1
100
2
110
3
40
4
44

Sponsored

hivanix.in

Visit

This quiz is brought to you by hivanix.in

🌐 Web App Development

Quick Navigation