Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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
image text in transcribed
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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Information Modeling And Relational Databases

Authors: Terry Halpin, Tony Morgan

2nd Edition

0123735688, 978-0123735683

More Books

Students also viewed these Databases questions