Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.

Paste

Pasted as C by C Preprocessor ( 10 years ago )
#include<stdio.h>
#define type int
int main()
{
 type b;
 printf("%d\n",sizeof(b));
 return 0;
}

 

Revise this Paste

Your Name: Code Language: