What will be the output of the program ?
#include int main() { printf("%c\n", ~('C'*-1)); return 0; }
A
B
C
D
View Answer
Workspace
Share
Copy Text
Copy URL
Answer : Option B
Explanation :
No answer description available for this question.
Be The First To Comment