What is the difference between char a[] = "string"; and
char *p = "string"; ?

Answer Posted / man

a[] = "string"; is constant pointer to constant string
char *p = "string"; is pointer to constant string

Is This Answer Correct ?    4 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555

2780


Explain what will be the outcome of the following conditional statement if the value of variable s is 10?

990


what is the difference between class and unio?

2087


What is default value of global variable in c?

737


Write a program to print numbers from 1 to 100 without using loop in c?

838


Explain how do you use a pointer to a function?

827


How many bytes are occupied by near, far and huge pointers (dos)?

890


Why do we write return 0 in c?

759


What is meant by recursion?

813


Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]

823


define string ?

847


Explain how do you determine whether to use a stream function or a low-level function?

817


How can I call fortran?

799


How to compare array with pointer in c?

823


What is the code for 3 questions and answer check in VisualBasic.Net?

1894