Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

#include void main) char c1 = 65, c2 = 66; printf(n1 address %d, n1 value %d , pn1, *pnl); printf(n1 printf(n2 printf(c1 address =%d, address-%d,

image text in transcribed

#include void main) char c1 = 65, c2 = 66; printf("n1 address %d, n1 value %d ", pn1, *pnl); printf("n1 printf("n2 printf("c1 address =%d, address-%d, address %d, n1 n2 c1 value value value %d ", %d ", %c ", pn1, pn2, pc1, *pnl); *pn2); *pc1); = = printf("c1 printf("c2 address address %d, %d, c1 c2 value value %c ", %c ", pc1, pe2, *pc1); *pe2); The output of executing this piece of source was: C:\Users\ckcheng83\documents\visual studio 2013...- nl address 5830488, nl value = 4 nl address = 5830492, nl value = -858993460 n2 address = 5830476 , n2 value = 8 cl address5830443, cl value A cl address = 5830444, cl value = 2 address 5830431, c2 valueB Can you tell what was the architecture (bits) of the computer used to run this program? Explain

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

Database Design Application Development And Administration

Authors: Mannino Michael

5th Edition

0983332401, 978-0983332404

More Books

Students also viewed these Databases questions

Question

Make efficient use of your practice time?

Answered: 1 week ago