Is it possible to add two numbers without using any arithmetic or logical operators?
If so, how do I do it?
Solution:
main(){
int x=10,y=21;
char *p=x;
printf("%d" , &p[y]);
}
Atleast do not downvote this question as u didnt get the answer.