दिए गए C कोड का आउटपुट है :<break-line><break-line>The output of given C code is:<break-line><pre><code>#include <stdio.h>
int main() {
int x=1, y = 1, z;
z= x++ + y;
printf ("%d, %d", x, y);
}</code></pre>
C में लॉन्ग इन्टिजर के printf() और wprintf() के लिए प्रयोग किये जाने वाला फॉर्मेट स्पेसीफायर है:<break-line><break-line>The format specifier for printf() and wprintf() of long integer in C is denoted as: