F
Frisco Del rosario
a="al", b="bob", c="carl"
Why is a an array containing al, bob, carl, and not a string "al"?
Why is a an array containing al, bob, carl, and not a string "al"?
a="al", b="bob", c="carl"
Why is a an array containing al, bob, carl, and not a string "al"?
Frisco Del rosario said:a="al", b="bob", c="carl"
Why is a an array containing al, bob, carl, and not a string "al"?
Pascal said:Why did you think you could program without parentheses?
Brian Candler said:Probably because the OP's way of initialisation is natural to a C
programmer.
But C has its own precendence pitfalls. To be on the safe side,
always put parentheses everywhere.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.