370 views
0 votes
0 votes

Please log in or register to answer this question.

Related questions

1 votes
1 votes
1 answer
1
Satbir asked Jan 16, 2019
698 views
#define lol(a) a+a*aint main(void) { int a=3;printf("%d",lol(a+2)); return 0;}what is the output ?
0 votes
0 votes
0 answers
2
Shubham Aggarwal asked Sep 1, 2018
385 views
Please explain i am not able to understand it.
0 votes
0 votes
1 answer
3
0 votes
0 votes
0 answers
4
Sai Bhargav 1 asked Dec 22, 2017
199 views
For suppose in a programming language a variable is having the life time is entire runtime of the program.So if the memory address occupied by that variable is not used ...