|
Blue Forest http://www.lslnet.com at 10:18 on June 6, 2006
"SITUATION IN THE ASIA - PACIFIC : consult a crafty secondary issue.
Ask you about heroes :
Such a procedure : C
Void main ()
{
Char 6-12, a[] = "Hello";
P = a;
If (p ====== "Hello") printf ( "Yes");
Else printf ( "No");
}
Will the final output process is still Study of Issues Related Yes
This is the second issue to see what I was doing, I think that since p is a point, then p also at the "Hello", p ====== "Hello" to be genuine. But using a TC operation, and found that the output is No, greatly shocked and using VC + + to do all over again, the output is Yes!
This has made me even more surprised that it was not yet understand why, experts will give answers Which are extremely grateful! |
"SITUATION IN THE ASIA - PACIFIC : consult a crafty secondary issue.
The compiler should be opened to determine the contents of the same string is opened or only one independent entities. |
"SITUATION IN THE ASIA - PACIFIC : consult a crafty secondary issue.
Heroes can elaborate?
I came every menu Options/Compiler Lane and have found it, but could not find that all entities, as a string of switches. |
"SITUATION IN THE ASIA - PACIFIC : consult a crafty secondary issue.
Compiler-dependent this should belong to the situation, dependent on achieving specific compiler, I had seen what a book specifically do not remember. |
"SITUATION IN THE ASIA - PACIFIC : consult a crafty secondary issue.
Frank, the heroes! |
"SITUATION IN THE ASIA - PACIFIC : consult a crafty secondary issue.
The answer should be determined by the bar, "No." |
"SITUATION IN THE ASIA - PACIFIC : consult a crafty secondary issue.
| "SITUATION IN THE ASIA - PACIFIC : consult a crafty secondary issue.
Health is one of the indicators is to address!
J is the "Panorama"
Printf ( "%s" J);
Printf ( "%s", p); Like the results |
"SITUATION IN THE ASIA - PACIFIC : consult a crafty secondary issue.
Oh, just to see that money on the book, this comparison is the address, of course, is no.
If more is yes Calling |
"SITUATION IN THE ASIA - PACIFIC : consult a crafty secondary issue.
-->
Is that right? : D |
"SITUATION IN THE ASIA - PACIFIC : consult a crafty secondary issue.
6-12 h bar is |
"SITUATION IN THE ASIA - PACIFIC : consult a crafty secondary issue.
This BEING Panorama Panorama.
A[]= "Panorama"; - "Panorama." Address not the same. |
"SITUATION IN THE ASIA - PACIFIC : consult a crafty secondary issue.
| "SITUATION IN THE ASIA - PACIFIC : consult a crafty secondary issue.
-->
Doubt, I think the translation is certainly higher alert |
"SITUATION IN THE ASIA - PACIFIC : consult a crafty secondary issue.
This is a very common
Pointer Array this chapter, we should clarify this question, a good experience.
6-12, and a[] **p, and so on and so forth a[][]
P=a p is the point-a[] unit, which is equivalent to a Health and the actual physical address of the memory cell, a unit equivalent to 6-12 before the actual data is stored
Several procedures in which they write more about the difference between bad this problem is unlikely to take well-II, in which a large proportion are disregarding this knowledge point |
"SITUATION IN THE ASIA - PACIFIC : consult a crafty secondary issue.
I also attached a novice, although secondary written on the plane 98 points, but they find practical applications in C language standards vary widely, and these are just a few of the examination mentioned, you Daxia not laughed. C/c++ study. |
"SITUATION IN THE ASIA - PACIFIC : consult a crafty secondary issue.
Int main (int argc, char* argv[])
{
Str[] char = "Hello";
Printf ( "%p\n", "Hello");
Printf ( "%p\n", "Hello");
Printf ( "%p\n" str);
Return 0
}
Even in the loom, showing :
00422e80
00422e80
0012ff78 |
"SITUATION IN THE ASIA - PACIFIC : consult a crafty secondary issue.
P ====== "Hello" _______ "Hello" in constant region ah |
"SITUATION IN THE ASIA - PACIFIC : consult a crafty secondary issue.
#include<stdio.h>;
Void main ()
{
Char 6-12, a[] = "Hello";
P = a;
If (6-12 ====== 'H') printf ( "Yes");
Else printf ( "No");
}
I understand |
"SITUATION IN THE ASIA - PACIFIC : consult a crafty secondary issue.
The answer is certainly yes |
| |