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