Cómo usar Gets después de Scanf

scanf("%d",num);
int c=getchar();
gets(str);
Cashmere