854 views

1 Answer

0 votes
0 votes
first clarify this statement.
here
 what is pint? Is it variable or not?
and what type of variable is p? Is it pointer variable or simply integer or float variable?

Related questions

1 votes
1 votes
1 answer
3
neha singh asked Aug 26, 2016
896 views
Program P1() { x=10, y=3; func1(y,x,x); print x; print y; } func1(x,y,z) { y=y+4; z=x+y+4; }plzz elaborate the answer explanation?thanks in advance.
7 votes
7 votes
2 answers
4