Answered step by step
Verified Expert Solution
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,
#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
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started