#include iostream#include stringusing namespace std;int main(int argc, char const *argv[]){char s1[6] = "Hello";char s2[6] = "Guru";char s3[12] = s1 + " " + s2;couts3;return 0;}
#include stdio.hmain(){if (sizeof(int) -1)printf("Yes");elseprintf("No");}
#includestdio.hint main (){printf("%d%d%d\n",sizeof(3.0f),sizeof("3"),sizeof(3.0));return 0;}
#includestudio.h#includeconio.h#includestdlid.hvoid main(){int *ptr;clrscr();ptr=malloc(15*size of(*ptr));if(ptr!=NULL){*(ptr+5)=480;printf("Value of the 6th integer is %d",*(ptr+5));}getch ();}
What is the output of following code?int main(){int a=5,b=7;if(!(a-5) || (b-4)){printf("Fifa WC");}else{printf("NBA");}}