#include <iostream> int main(){ if(!NULL){printf("look a potato"); } if(!nullptr){printf("look a tomato"); } }