- Is
fprintf(stdout, "xxx")the same asprintf("xxx")? - When should we use assertions instead of an if statement?
- What will happen if you pass an
intvariable to a function that takes adoubleas its parameter? What will happen if adoubleis passed to anintparameter? - What is “pass by value”?
- How do you change the main function so that it can accept command-line arguments?