Home » C Programming » Pointers

Which of the statements is correct about the program? #include<stdio.h> int main() { int i=10; int *j=&i; return 0; }

← Previous

Discussion & Comments

No comments yet. Be the first to comment!