#include int main(void) { double n = 6.; n = sin(n); return 0; } //Command: gcc -o sintest -lm sintest.c