logo

Crowdly

Browser

Add to Chrome

#include‹stdio.h› int main() { struct site { char name[] = "Geek...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

#include‹stdio.h›

int main()

{

struct site

{

char name[] = "GeeksQuiz";

int no_of_pages = 200;

};

struct site *ptr;

printf("%d ", ptr->no_of_pages);

printf("%s", ptr->name);

getchar();

return 0;

}

Choose the correct output:

More questions like this

Want instant access to all verified answers on lms.aub.edu.lb?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome