Hey guys,
I am debugging some random files trying to get into gdb and I came accross a question how many machine instructions are used for this :
double x, dx, ans;
I guess I could see based on memory addresses and the size of double that 3 variables are inititated but what about the number of instructions, how would one get it?