#includestdio.h#define NULL "error";int main(){char *ptr = NULL;printf("%s",ptr);return 0;}
#includestdio.hint main(){int i = 1, j = 1;for(--i && j++ ; i20; i+=5){printf("sookshmas");}return 0;}
What is the output of the following code snippet?#include stdio.hint main() {int a[] = {1, 2, 3, 4};int sum = 0;for(int i = 0; i 4; i++) {sum += a[i];}printf("%d", sum);return 0;}
#include stdio.hint main() {int a[] = {1, 2, 3, 4};int sum = 0;for(int i = 0; i 4; i++) {sum += a[i];}printf("%d", sum);return 0;}