A program contains the following code:
#define clrscr() 123
void main() {
clrscr();
printf("%d", clrscr());
}
Here, the result of the above program is ------?

Posted on by