CPP new code Print Line of Text #include <stdio.h> int main() { int age = 25; printf("C Programming"); return 0; } Output C Programming