answersLogoWhite

0

Does the void have substance

User Avatar

Anonymous

14y ago
Updated: 8/19/2019

The void (if it exists) does not, by definition, have substance. It cannot contain matter, energy, or any other form thereof. A null void is defined and described by this exact lacking.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What's The difference between VOID and void?

In programming, "void" is a keyword used to indicate that a function does not return any value. "VOID" is a term generally used to describe something empty, null, or without substance.


What is the difference between void and pore?

"Void" typically refers to an empty space or a vacuum, while "pore" refers to a small opening in a surface, such as the skin or a membrane. Pores allow substances like liquids or gases to pass through, while a void is an empty area with no substance.


What do you call the absence of matter?

The absence of matter is called "vacuum" or "void." It refers to a space that is devoid of particles or substance. In physics, a vacuum is a region that contains no atoms, molecules, or other forms of matter.


Meaning of the Malayalam word shoonyatha?

The Malayalam word "shoonyatha" translates to "emptiness" or "void" in English. It conveys the idea of nothingness or the absence of substance.


What is a void?

a void is a vacuum


I spelt tea on my galaxy s3 and I opened it up there was a sticky substance on the inside what do I do?

Take your Galaxy S3 to someone who repairs then in your area since the warranty is null and void.


How do you make sun in Doodle God?

Plasma+Void=Sun


C progamme for conversion of Celsius to Fahrenheit using array?

main void void void (void) { float temp1 [13]= {1,4,2,3,4,5,7,88,9,4,3,23,12};


How do you Write a function prototype for a function named printStars that accepts no arguments and returns no data?

void printStarts (void);


How do you make a lightbulb on Doodle God?

Mix void and glass. Void+glass=light bulb


How do you make alien in Doodle God?

life and void


Why you are using VOID in C programming?

You don't use 'VOID', but 'void'. It means different things, such as:- void as function type means no return value- void as function parameter means no parameters- 'void *' as pointer-types means generic pointer