answersLogoWhite

0

What is the size in bytes of each type in DOS and UNI?

Updated: 8/19/2019
User Avatar

Wiki User

12y ago

Best Answer

use sizeof to find out

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the size in bytes of each type in DOS and UNI?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you know the type and capacity of the drives on your computer using dos commands?

Go to the desired drive. Type "dir" and hit "Enter" Then at the bottom you'll notice something like."x amount of bytes free" That's in bytes. Or you can type "chkdsk" command


MS DOS views the data stored on a disk as a stream of?

bytes


How does MS-DOS view data stored on disk?

MS-DOS views the data stored on disk as a stream of BYTES. Chapter 11: MS-DOS InternalsPg: 278Book: Operating Systems


How many bytes are required to store the pointer?

It depends on the platform... In a 16 bit environment, such as DOS or Windows 3.x, a near pointer is two bytes, while a far pointer is 4 bytes. In a 32 bit environment, such as Win32, a pointer is 4 bytes. In a 64 bit environment, such as Win64, a pointer is 8 bytes. If you want to find out in your particular environment, look at sizeof(ptr), where ptr is declared as a pointer to something. char* ptr; std::cout << sizeof(ptr) << std::endl; Note that the size of the pointer is not the same as the size of the object to which it points. If you looked at sizeof(*ptr), you would get 1.


Far pointer size in C plus plus?

If you are talking "far pointer", then you are probably talking about real mode in a 16 bit environment such as DOS or Windows 3.1, or in Virtual 8086 mode in Windows 95 or higher. In this mode, addressing is segmented into 65536 segments of 65536 bytes each, but each segment overlaps the next by only a 16 byte offset. This gives you addressability to 1048576 bytes. A far pointer is a 32 bit object, containing a 16 bit segment and a 16 bit offset. int __far *p; /* a far pointer called p which points to an int */


What size tire dos your 1975 buick have?

H7815


DOS Command to go to the Root Directory?

type at DOS prompt CD c:\


What will you type at the DOS command line to start Microsoft antivirus?

what will you type at the dos command in line to start the microsoft anti-virus


What is the purpose of commands path in dos?

The path command is an internal command, SyntaxDisplays or sets a search path for executable files.PATH [[drive:]path[;...]]PATH ;Type PATH ; to clear all search-path settings and direct Windows to searchonly in the current directory.Type PATH without parameters to display the current path.Examplespath=c:\windows\commandThis is where a lot of DOS commands are stored in Window 95; if you are not able to do a dos command, type this command in, allowing all commands you type in, such as "deltree", to be loaded from this directory. However, if you have another file in another directory such as C:\DOS it will no longer look there.Additional informationDOS limits the path to 122 bytes. Every command is limited to 127 bytes; however, 127 - 5 (minus 5 because of PATH=) = 122.Microsoft Windows 2000 and Windows XP users must set or modify their path statement through the environment variables, additional information on how to do this can be found on document CH000549.


Explain the four basic data type in C. What is the size in byte of each type in DOS and UNIX platforms?

1. 'Explain' is not a question, but here you are:unsigned char: a number between 0 and 255signed char: a number between -128 and 127unsigned short: a number between 0 and 65535signed short: a number between -32768 and 327672. sizeof (type) will tell you


How do you create a folder in MS DOS?

use mkdir for more info just type "help" in ms dos use mkdir for more info just type "help" in ms dosFrom DOS prompt type MD and press enter.At the dos prompt (c:>), type md then a space, then the name of the folder you want to create. Example md foldername


How do you get to your DHCP settings?

In the "run" box, type "DOS". at the dos prompt, type "ipconfig /all". There are other commands you can use with "ipconfig" just type "Ipconfig /?" for a list of commands.