User profile: locolo

User info
User name:locolo
Old user name:olloko
History
Joined:
Number of posts:63
Latest posts:

Array vs Struct - exam question!!
http://www.programming-techniques.com/2011/08/difference-between-arrays-and.html Is this good?? Th...

Array vs Struct - exam question!!
Describe 2 differences between an array and a struct: An array can only hold one type of data (in...

Division: using floats and integers
Thanks, I forgot about type casting!!

Division: using floats and integers
It would return 2.0 instead of 2.5. since we are dividing 2 int. to have a right result, it should b...

Division: using floats and integers
[b]Assuming that a variable x and y are integers, while variable a is a float. Identify and explain ...