3. Please complete the given code below: ***can be answered 2 times
#include <stdio.h>
int main(int argc, char *argv[]){
$1 a;
printf("Enter your number: ");
scanf("$2",&a);
$3("Your number is %d",$4);
return 0;
}
Input
Enter your number: 3
Output
Your number is 3