0 votes
0 answers
2
#include <stdio.h>int main(){ int a=2; int b=4; double c; printf("%d",sizeof(c=a+b)); }In the above program, sizeof () operator will not evaluate the expression passed. ...
0 votes
1 answer
3
What is Non-Inheritant grammar and inheritant Grammar? Please explain with an example.
0 votes
0 answers
4