What is the difference between char a[] = "string"; and
char *p = "string"; ?
Answer Posted / abc
we cannot assign a string to another but we can assign a
char pointer to another char pointer.
Is This Answer Correct ? | 23 Yes | 7 No |
Post New Answer View All Answers
i have a written test for microland please give me test pattern
How can I read a binary data file properly?
How do I use void main?
When can you use a pointer with a function?
i got 75% in all semester am i eligible for your company
How can I delete a file?
how could explain about job profile
What is %d used for?
Can you return null in c?
Is file a keyword in c?
code for replace tabs with equivalent number of blanks
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
How do you search data in a data file using random access method?
How do you use a 'Local Block'?