What is the output of the code?#include stdio.hvoid solve() {printf("%d %d",(076),(23));}int main(){solve();return 0;}
How many objects will be created in the following?String a = new String("sookshmas"); String b = new String("sookshmas");Strinc c = "sookshmas";String d = "sookshmas";#includestdio.hint main(){FILE *fp;char str[11], ch;int i=0;fp = fopen("TXT.INPUT", "r");while((ch=getc(fp))!=EOF){if(ch == '\n' || ch == ' '){str[i]='\0';strrev(str);printf("%s", str);i=0;}elsestr[i++]=ch;}fclose(fp);return 0;}
Package com.mypackage;Public class Solution{Private int res = 100;}