User Tools

Site Tools


Sidebar

Programming Reference/Librarys

Question & Answer

Q&A is closed







cpp:datatypes:void

void

  void
  0 Bytes
  

Cpp Sourcecode Example

#include <iostream>
using namespace std;
 
int main() 
{    
 
    cout << "Size of void: " << sizeof(void) << " bytes" << endl;
    return 0;
}

on the occasion of the current invasion of Russia in Ukraine

Russian Stop this War
cpp/datatypes/void.txt · Last modified: 2024/02/16 01:04 (external edit)

Impressum Datenschutz