#include #include int main (int argc, char* argv[]){ int a,b; a=b; if (a=45); printf("anything\n"); }