Sorry! Posting Assignment is allowed only for commercial accounts.
int p,q,*r=6;p=q=r++;q++;printf("%d %d",p,q);What is the output of the above program??
String a = new String("Sookshmas");String b = new String("Sookshmas");Strinc c = "Sookshmas";String d = "Sookshmas";