Question: In programming language C What exactly does the following program print to the command line? #include #include int main() { char str[] = Boston College;
What exactly does the following program print to the command line? \#include \#include int main() \{ char str[] = "Boston College"; char * str_ptr = str; printf("\%zu \%zuln", sizeof(str), sizeof(str_pt r)); return EXIT_success; \} return
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
