Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

The & operator nable to solve

The & operator unable to solve
by

3 Answers

sam5epi0l
what level and lesson you need help with?
bhagavathula
level 4 and lesson 8
sam5epi0l
try this code:

#include <stdio.h>

int main() {

float a = 10.01;

printf("The address of a is %d", &a);

return 0;
}

Login / Signup to Answer the Question.