1,387 views
0 0 votes

is *ptr=&a is true in C

i found this in

can anyone explain what does *ptr = &i; in the above picture

Please log in or register to answer this question.

Position:
Show:

Related questions

6 6 votes
4 4 answers
2.0k
2.0k views
GO Classes asked May 2, 2022
2,021 views
What will be output printed by the following program?#include<stdio.h main() { int c=4; switch(c) { c=c-1; case 4: printf("IITB ")...
7 7 votes
2 2 answers
1.2k
1.2k views
GO Classes asked May 2, 2022
1,188 views
Trace the execution of the following if statements and select the output from this code fragmentint main() { int a = 3, b = 7 ; if ( (a + b) % 2 != 0 ) { printf("tetrahed...