What is the size of structure pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
void main() { int i=5; printf("%d",i++ + ++i); }
what is the difference between c and java?
struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]
what is difference between array and structure?
44 Answers College School Exams Tests, CTS, Google, HCL, IBM, Motorola, TCS,
What does the error message "DGROUP exceeds 64K" mean?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
Is null valid for pointers to functions?
What is getch c?
Explain Basic concepts of C language?
code for reverse alternate words from astring
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
What is the size of a union variable?