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
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
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
what is the difference between class and unio?
What is default value of global variable in c?
Write a program to print numbers from 1 to 100 without using loop in c?
Explain how do you use a pointer to a function?
How many bytes are occupied by near, far and huge pointers (dos)?
Why do we write return 0 in c?
What is meant by recursion?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
define string ?
Explain how do you determine whether to use a stream function or a low-level function?
How can I call fortran?
How to compare array with pointer in c?
What is the code for 3 questions and answer check in VisualBasic.Net?