What does the following c program code print?
#include
int main() {
char s[]="ADGquizall";
char *ptr =s;
printf("%s",ptr+ptr[2]-ptr[1]);    
    return 0;
}

1
Book
2
tBook
3
stBook
4
quizall

Sponsored

hivanix.in

Visit

This quiz is brought to you by hivanix.in

🌐 Web App Development

Quick Navigation