GeeksforGeeks » Interview Questions
TCS Interview Question for Software Engineer/Developer (Fresher) about Puzzle
(2 posts)-
If we declare a pointer like char *p;
how much memory is allocated for pointer variable 'p'. -
its depending on the complier
in linux it give 4 bytes
in dos it give 2 bytes
Reply
You must log in to post.