#include stdio.hvoid main(){char a[5]={"navap"},b[5],i;for(i=0;i=5;i++){b[i]=a[5-i];printf("%c",b[i]);}}
#includeiostreamint main(){register int i = 1;int *ptr = &i;cout *ptr;return 0;}
#includestdio.hint main(){static char a;static long b;int c;printf("%d,%d,%d",a,b,c);return 0;}Predict the output
struct temp{int m : 1;int n : 2;int o : 4;int p : 4;}s;
What is the result after execution of the following code if a is 10, b is 5, and c is 10?If ((a b) && (a = c))a = a + 1;elsec = c+1;