Computer Science, asked by mukulsony1269, 10 months ago

What is (void*)?

a. Re of null pointer

b. Re of void pointer

c. Error

d. None of above?

Answers

Answered by sujeetvishwakarms
0

The Void type, in several programming languages derived from C and Algol68, is the type for the result of a function that returns normally, but does not provide a result value to its caller. Usually such functions are called for their side effects, such as performing some task or writing to their output parameters.

Similar questions