Interviewer And Interviewee Guide

C Functions Interview Question:

Do you have any idea how to compare array with pointer in C?

Submitted by: Administrator
The following declarations are NOT the same:
char *p;
char a[20];

The first declaration allocates memory for a pointer; the second allocates memory for 20 characters.
Submitted by: Administrator

Read Online C Functions Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.