What is the output?
#include stdio.h
int main()
{
int data = 16;
data = data 1;
printf("%d\n", data );
return 0;
}


Posted on by