Question: Exercise #6: Answer these 10 questions by reading your notes, your textbook or by trying with Geany: 1. What is the difference between char and
Exercise #6: Answer these 10 questions by reading your notes, your textbook or by trying with Geany: 1. What is the difference between char and Char? 2. What is displayed by printf ("%d", 3/4); ? 3. Is printf ("%f", 5e); valid? 4. If you omit the ; at the end of a C statement, is it still working? 5. What is the difference between %f and %lf? 6. What happens when you attempt a division by zero in C? 7. Is the expression 35%15.3 valid? 8. Is there a difference between starting your program with main() instead of int main (void)? 9. What happens if you try to display an integer between 0 and 255 with a %c placeholder? 10. Are the expressions 5/3, 5%3, 5.0/3 exactly the same
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
