closed by
189 views
0 votes
0 votes
closed with the note: undefined behaviour in C

Can someone explain how value of i is evaluted step by step

closed by

Related questions

0 votes
0 votes
1 answer
1
Shankar Kakde asked Jun 6, 2018
600 views
They have given answer B , but after running this program getting runtime error. Please explain
3 votes
3 votes
2 answers
2
Manikant Kumar asked Sep 19, 2016
901 views
#include<stdio.h main() { char *s="Manikant"; int i=0; printf("%s",s+s -s[4]); // Line-1 printf("\n%d",printf("GATE-2017")); //Line-2 printf("\n%c%d...
0 votes
0 votes
0 answers
3
ranarajesh495 asked Oct 14, 2018
297 views
Can someone explain how %x works below and how we can write an operation in ths statement.
0 votes
0 votes
1 answer
4
ranarajesh495 asked Oct 13, 2018
258 views
what is the difference between printf(“\nI am don”) and printf(“%s”, I am don);