Sorry! Posting Assignment is allowed only for commercial accounts.
#include<studio.h>int main(){ int const value=10;printf("%d", ++value);return 0;}