C Program : Comma(,) operator Example

 #include <stdio.h>

int main() { int a = 5, b = 10, sum; sum = (a + b, a * b); printf("The result of (a + b, a * b) is: %d\n", sum); return 0; }

Comments

Popular posts from this blog

Video Formats

Where video editing is used

File saving and folder management