Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

1 . Given char a = 4 , b = 7 , c = 9 , find the decimal values of the following expressions: 1

1. Given char a=4, b=7, c=9, find the decimal values of the following expressions: 1) a&b&c 2) a&b|c 3) a^b^c 4) a || b 5) a && c 2. Given char y=28, find the decimal values of the following expressions: 1) y & y 2) y& 0x0f 3) y <<2 4) y >>25) y >>3 3. Determine the size: 1) int arr2D[4][5]; 2) float arr3D[2][3][4]; 3) struct test1{int num; char a[10]; char *name;} t1; 4) union test2{int a; float b;} t2; 5) struct test3{float a; struct test1 b;} t3;

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions