@radha-BTDzli
•
Oct 26, 2024
Oct 26, 2024
1.9K
How does the comma acts here as an operator or as a separator?
plz explain the working of below code ,here why both the printf functions are getting executed when comma is here acting like an operator and not like a separator
#include<stdio.h>...