Find the output for the following program.#includestdio.hstruct A{int a=1;char b[]="abc";};int main(){struct A a1;printf("%d",a1.b);printf("%d",a1.a);return 0;}
#includestdio.h#define INDIA 1#define US 2#define CC USmain(){#if CC ==INDIAprintf("Rupee");#elif CC ==USprintf("Dollar");#elseprintf("Euro");#endif}
If the distance between the plates of a capacitor is made half and the area of plates is doubled, then the capacitance will become. public class Myfile{public static void main (String[] args){String biz = args[1];String baz = args[2];String rip = args[3];System.out.println("Arg is " + rip);}}
Find the output of the following programmain(){char ch[] = "sookshmas";int l = strlen(ch);cout l endl;}