Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

C%20%20%20Interview%20Questions%20and%20Answers

Question: What is the difference between char a[] = ?string?; and char *p = ?string?;?
Answer:
In the first case 6 bytes are allocated to the variable a which is fixed, where as in the second case if *p is assigned to some other value the allocate memory can change.
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook