C Program : Simple Addition for Static value

#include <stdio.h> int main() { // Define two static values int num1 = 5; int num2 = 7; // Perform addition int sum = num1 + num2; // Display the result printf("The sum of %d and %d is %d\n", num1, num2, sum); return 0

} 

Comments

Popular posts from this blog

Video Formats

Where video editing is used

File saving and folder management