Predict the output
#include<stdio.h> 
int main()
 {
 int y=55;
 const int x++=y;
 printf("%d\n", x);
 return 0;
 }

Posted on by