Question: programing languages course 1. Consider the following program, written using C syntax: (1) #include stdio.h> (2) int x=3; (3) char y= ' z '; (4)

programing languages course
programing languages course 1. Consider the following program, written using C syntax:

1. Consider the following program, written using C syntax: (1) \#include stdio.h> (2) int x=3; (3) char y= ' z '; (4) void p(){ (5) double x=0.5; (6) printf("\%c|n",y); (7) { int y[10]; (8) } (9) } (10) void q(){ (11) int y=55; (12) printf("\%d ", x;; (13) p(); (14) } (15) main()\{ (16) char x=x '; (17) q(); (18) return 0; (19) } a) What does this program print, if we assume static scoping? Explain. b) What does this program print, if we assume dynamic scoping

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!