class program {public static void show () {byte b = 10;int i = 20;b = i*b;System.out.println("Result:"+b);}public static void main(string args[]){show();}}
#include iostreamusing namespace std;int main(){const char* p = "12345";const char **q = &p;*q = "abcde";const char *s = ++p;p = "XYZWVU";cout *++s;return 0;}
#include stdio.hint main(){int a=3,b=4; /*Here we are declaringprintf("The ans is %d",a+b); here the ans will be printed*/return 0;}