void pointer is born.
#include <iostream>
int main()
{
std::cout << "Hello world!" << std::endl;
return 0;
}
whatever comes my way
void pointer is born.
#include <iostream>
int main()
{
std::cout << "Hello world!" << std::endl;
return 0;
}