#include "lib/helpers.h" /* Includes our own helper functions. */
int main(void)
{
printf(/* cmt1 */"%d" /* cmt2 */ "\n", 10); /*
*/
char* str = "foo \
jedi" /* cmtX */ " \
bar";
printf("what /* about this */ pal?\n");
char arr[3] = {'a' /* cmt3 */, 'b', /* cmt4 */ 'c'}; // remove me
// Remove ME TOO PLEASE!!!
return 0;
}
/* A multi
* line
* comment
*/
// mark ini, mark end positions
// IN \n OUT
/* IN */ //OUT, but not if IN string.
If the answers is incorrect or not given, you can answer the above question in the comment box. If the answers is incorrect or not given, you can answer the above question in the comment box.