Lockheed Martin Interview Question

What is "void" and how is it used.

Interview Answers

Anonymous

Jul 17, 2015

"Void" is an absence of something. It is used to represent a lack of parameters, returns, or defined type.

Anonymous

Sep 26, 2015

In most programming languages, the "void" keyword means a lack of returned value.