ARM EN0-001 Question Answer
According to the AAPCS (with soft floating point linkage), when the caller "func" calls sprintf, where is the value of the parameter "x" placed?
#include
void func(double x, int i , char *buffer)
{
sprintf(buffer, "pass %d: value = %f\n", i, x); }
ARM EN0-001 Summary
- Vendor: ARM
- Product: EN0-001
- Update on: Jul 25, 2025
- Questions: 210