R
Q. What is the output of C Program with pointers?
int main() { int a=20; //a memory location=1234 printf("%d %d %d", a, &a, *(&a)); return 0; }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Number of Keywords present in C Language are?
Q. What is the output the program?
Q. Can we change the starting index of an array from 0 to 1 in any way.?
Q. A Variable of a particular type can hold only a constant of the same type. Choose right answer.
Q. If m=5, y=m++ then value of y and m would be _____ and _______
Q. What is the output of the program.? #include<stdio.h>
Discusssion
Login to discuss.