13. What is the output, if any, of the following C/C++ code? int a=8; int *p=&a; a=4; *p=5; printf ("%d", (*p) +a); a. syntax error b. potential runtime error C. 8 d. 9 е. 10 f. 13 g. 16 14. What is...

15 and 1613. What is the output, if any, of the following C/C++ code?<br>int a=8;<br>int *p=&a;<br>a=4;<br>*p=5;<br>printf (

Extracted text: 13. What is the output, if any, of the following C/C++ code? int a=8; int *p=&a; a=4; *p=5; printf ("%d", (*p) +a); a. syntax error b. potential runtime error C. 8 d. 9 е. 10 f. 13 g. 16 14. What is the output, if any, of the following C/C++ code? int a[7]={3,4,5,6,7,8,9}; int *p=&a [0]; printf ("%d",p[7]+a[1]); a. syntax error b. potential runtime error с. 16 d. 17 е. 18 15. What is the output, if any, of the following C/C++ code? int a[5]={3,4,5,6,7}; int b[4]={81,90,91,92}; int c[6]={100,101,102,103,104,105}; int **p[3]={*a, *b, *c}; printf("&d", * (* (p+2) +2)) ; a. syntax error b. potential runtime error c. 4 d. 91 e. 5 f. 101 g. 102 h.90 16. How many lines of output, if any, of the following C++ code do not contain an English character (either lower case or upper case)? char x; int i; for (x='A' ;x<=' z'="" ;x++)="">< x="" «="" std::endl;="" for="" (i='a'><=' z'="" ;i++)="" printf="" ("d\n",x);="" a.="" syntax="" error="" b.="" potential="" runtime="" error="" c.="" 0="" d.="" 26="" е.="" 52="" f.="">

Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here