Recent questions in Programming and DS

0 votes
0 answers
4231
3 votes
1 answer
4232
0 votes
0 answers
4233
2 votes
2 answers
4234
0 votes
1 answer
4235
3 votes
0 answers
4236
0 votes
2 answers
4238
what is diffreence bteween CBT & full Binary tree?? plz explain
4 votes
1 answer
4240
3 votes
1 answer
4241
2 votes
2 answers
4242
2 votes
1 answer
4243
0 votes
1 answer
4244
–2 votes
1 answer
4245
1 votes
1 answer
4246
0 votes
0 answers
4247
0 votes
1 answer
4248
1 votes
1 answer
4249
0 votes
1 answer
4250
What will be output of the following C codevoid main( ){static int main;int a;a = value(main);printf(“%d”, a);}int value(int val2){val2++;return val2;}