C
Programming and Technical
How would you use the functions memcpy(), memset(),
memmove()?
Read Solution (Total 0)
C Other Question
How would you use the functions sin(), pow(), sqrt()?
What will be the output of the program ?
#include
int main()
{
printf("M4maths", "Questionn");
return 0;
}
Options
1) Error
2) M4maths Question
3) M4maths
4) Question