Output of C programs | Set 51
1. What will be the output of the below program? CPP #include <stdio.h> int main() { printf("%d", printf("%d", printf("%d", printf("%s", "Welcome to geeksforgeeks")))); return (0); } Options: 1. Welcome to geeksforgeeks2531 2. Welcome to geeksf