900 views

1 Answer

Related questions

1 votes
1 votes
1 answer
1
. asked Apr 2, 2017
1,610 views
What will be the output of the following C program? If you think it will give a runtime error, you need to mention it. In either case,your answer must include proper just...
0 votes
0 votes
2 answers
2
Nitesh Choudhary asked Apr 21, 2017
1,358 views
#include<stdio.h>int main(){ int i=10; printf("address of i=%d value of i=%d",&i,i); &i=7200; printf("address of i=%d value of i=%d",&i,i); return 0;...
2 votes
2 votes
0 answers
4