What will be the equivalent code in C for the following C++ code?
int main() { . . . int count=0; fun(count++); //function ca