About 1,450,000 results
Open links in new tab
  1. void operator - JavaScript | MDN

    Jul 8, 2025 · Its return value (which is almost always undefined) will be passed to the unary operator and then immediately discarded. Of all the unary operators, void offers the best …

  2. What does void* mean and how to use it? - Stack Overflow

    Jul 24, 2012 · The void type of pointer is a special type of pointer. In C++, void represents the absence of type, so void pointers are pointers that point to a value that has no type (and thus …

  3. C 语言中 void* 详解及应用 - 菜鸟教程

    void 在英文中作为名词的解释为 “空虚、空间、空隙”,而在 C 语言中,void 被翻译为“无类型”,相应的void * 为“无类型指针”。

  4. Void - Wikipedia

    Void, English for Kū, one of the five elements in Japanese Buddhism Śūnyatā, a Buddhist philosophical concept translated most often as emptiness and sometimes voidness

  5. VOID Definition & Meaning - Merriam-Webster

    The meaning of VOID is of no legal force or effect : null. How to use void in a sentence. Synonym Discussion of Void.

  6. Void

    The open source AI code editor. Void is an open source Cursor alternative. Write code with the best AI tools, use any model, and retain full control over your data.

  7. void (C++) | Microsoft Learn

    Dec 13, 2022 · When used as a function return type, the void keyword specifies that the function doesn't return a value. When used for a function's parameter list, void specifies that the …

  8. void Pointer in C - GeeksforGeeks

    Jul 23, 2025 · A void pointer is a pointer that has no associated data type with it. A void pointer can hold an address of any type and can be typecasted to any type.

  9. C++ keyword: void - cppreference.com

    Sep 1, 2024 · Fundamental types: void, std::nullptr_t (since C++11). Integral types: int. Modifiers: signed, unsigned, short, long. Boolean type: bool. Boolean literals: false, true. Character types: …

  10. Void type - Wikipedia

    The void type, in several programming languages, more so curly bracket programming languages derived from C and ALGOL 68, is the return type of a function that returns normally, but …