1,247 views
0 0 votes

Ouput

#include<Stdio.h>

int main()

{

int a=10;

a=a+ ~a;

printf(“%d”,a);

}

 

PS:i m getting 15 but 15 is nt ans.

Please log in or register to answer this question.

Position:
Show:

No related questions found