C Program : Assignment Operator (=)

 #include <stdio.h>

int main() { int x, y; x = 10; // Assign the value 10 to variable x y = 20; // Assign the value 20 to variable y printf("The value of x is: %d\n", x); printf("The value of y is: %d\n", y); return 0; }

Comments

Popular posts from this blog

Video Formats

Where video editing is used

File saving and folder management