โช Choose the correct option.
What will be output of the following “c” code?
#include
void main(){
int num,a=10;
num=a--- -a--;
printf("%d %d",num,a);
}
#include
void main(){
int num,a=10;
num=a--- -a--;
printf("%d %d",num,a);
}