Safe Initialization

#include <iostream>
using namespace std;

int main() {
    cout<<NULL<<"\n"<<nullptr<<"\n";
}
Upvote
Downvote
Loading...

Input

Expected Output

0 nullptr