#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
1
Explanation:
thanks bro for the points.
Similar questions