Computer Science, asked by charshitha2003, 3 months ago

#include <stdio.h>
void func(float ");
int main()
{
int i = 10, *p = &i;
func(&i);
3
void func(float *p)
{
printf("%f\n", "p);​

Answers

Answered by hashirahmad56789
1

Explanation:

thanks bro for the points.

Similar questions