What's wrong with this code? float q;int *p;q = 100.7;p = &q;

icon
Related questions
Question
  1. What's wrong with this code?

float q;
int *p;
q = 100.7;
p = &q;

AI-Generated Solution
AI-generated content may present inaccurate or offensive content that does not represent bartleby’s views.
steps

Unlock instant AI solutions

Tap the button
to generate a solution