โช Choose the correct option.
What will be output of the following “c” code?
#include
#define clrscr() 100
main()
{
clrscr();
printf("%d
",clrscr());
}
#include
#define clrscr() 100
main()
{
clrscr();
printf("%d
",clrscr());
}