โช Choose the correct option.
What is the output of the following C Program?
#include
void main()
{
printf("%d", (a++));
}
#include
void main()
{
printf("%d", (a++));
}
#include
void main()
{
printf("%d", (a++));
}