Answer
Yes it is possible in C language.
- include<stdio.h>
int main(void) { char *cptr; int *iptr; iptr=(int*)cptr; return 0; }
If you find the info useful Please Vote!!!
First answer by Logicwonder. Last edit by Logicwonder. Contributor trust: 368 [recommend contributor]. Question popularity: 38 [recommend question]
|
Research your answer: |
Can you answer other
questions about computers and the net?



