Recent questions in Programming and DS

0 votes
0 answers
37
2 votes
2 answers
38
0 votes
0 answers
42
1 votes
1 answer
43
In what cases does an uninitialized array have values = 0 and for which cases does it have values = garbage values. How to differentiate?
1 votes
1 answer
44
Does C support fractional Indices?float x = some fraction;Is float a[x] valid declaration?