[Solved] What is the difference between char *exp=”a+b” and char exp[]=”a+b”? Are they stored the same way in memory or they differ?



What is the difference between char *exp=”a+b” and char exp[]=”a+b”? Are they stored the same way in memory or they differ?

solved What is the difference between char *exp=”a+b” and char exp[]=”a+b”? Are they stored the same way in memory or they differ?