What will be output of following c code?
#include<stdio.h>
char _x_(int,...);
int main()
char (*p)(int....)=&_x_;
for((*)(0,1,2,3,4);)
printf("%d" !+2);
return 0;
char_x_(int a,...)
static i=-1;
return i+++a;
Answers
Answered by
2
Answer:
C programming?? or c++ programming??
Similar questions