Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Name: 11) (3 points) Show the output of the following code ID: - func alpha, beta; alpha-alpha = 1; beta.beta-2 alphabeta-3; beta.alpha 4 alpha.alpha 8

image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
Name: 11) (3 points) Show the output of the following code ID: - func alpha, beta; alpha-alpha = 1; beta.beta-2 alphabeta-3; beta.alpha 4 alpha.alpha 8 printf("%d %d %d % d n", alpha alpha, alpha beta, beta alpha beta beta); 2 12) (3 points) Show the output of the following code func alpha, beta; alpha.alpha 1; beta-beta = 2; alpha.beta 3 beta-alpha = 4; alpha.alpha 8; func1 (beta, alpha); printi( %d %d %d %dn , alphaalpha, alphabeta, beta alpha beta beta); 13) (3 points) Show the output of the following code func alpha, beta; alpha-alpha = 1; beta.beta2; alpha.beta 3; beta.alpha 4; alpha.alpha 8; func2(beta, &alpha); printf("%d %d %d %dn', alpha-alpha, alphabeta, betaalpha,beta-beta); 14) (3 points) Show the output of the following code func alpha, beta; alpha-alpha = 1; beta.beta = 2; alpha.beta 3; beta.alpha 4 alpha-alpha = 8; func30; printf("%d %d %d %dn", alpha-alpha, alphabeta, betaalpha,betabeta)

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

Advanced Database Systems

Authors: Carlo Zaniolo, Stefano Ceri, Christos Faloutsos, Richard T. Snodgrass, V.S. Subrahmanian, Roberto Zicari

1st Edition

155860443X, 978-1558604438

More Books

Students also viewed these Databases questions