#includestdio.hint main(){char *ptr;char string[] = "Welcome to Beyond Knowing";ptr = string;ptr += 11;printf("%s",ptr);return 0;}
250 ml of a sodium carbonate solution contain 2.65 gram of Na2Co3 if 10 ml of this solution is diluted to one liter , What is the concentration of resultant solution .The output of code is:#includestudio.hint main(){int a[3] = {5,6,9};int *p[3];p=&a;printf("%d", *p[0]);}