Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

3. Data Definitions Write a program that contains a definition of each data type listed in Table 3-2 in Section 3.4. Initialize each variable to

3. Data Definitions Write a program that contains a definition of each data type listed in Table 3-2 in Section 3.4. Initialize each variable to a value that is consistent with its data type.

image text in transcribed

what am i doing wrong?

1 Chapter 3 excercise 3 3 .386 4.model flat, stdcal.l 5stack 4096 6 ExitProcess proto 8data section to define and intialize data types 9.data 10 11 value1 BYTE 69 12 value2 SBYTE -22 13 value3 WORD 1234 14 value4 SWORD -1234 15 value5 DWORD 1234567898 16 value6 SDWORD -1234567898 17 value7 FWORD 123456789123456 18 value8 QWORD 12345678987654321234 19 value9 TBYTE 123456789123456789123456 20rvalue1 REAL4 -6.9 21 rvalue2 REAL8 6.9E-200 22 rvalue3 REAL10 6.9E+4000 23 24 end 25 00 % rror List Entire Solution || 32 Errors |||10 Warnings ."| 00 Messages Project Project Project BuildIntelliSense Code Description LNK2001 unresolved external symbol_mainCRTStartup LNK1120 1 unresolved externals Line Suppression State LINK Proiect.exe

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

More Books

Students also viewed these Databases questions