About 3,520,000 results
Open links in new tab
  1. "What does it mean?" vs. "What does that mean?" — what's the …

    You: "What does it mean?" Pretty similar, yes? Look a little more closely, however. The first pair indicates that you want to know what aspect of the word discombobulated applies to me, and …

  2. What does the `%` (percent) operator mean? - Stack Overflow

    What does the `%` (percent) operator mean? Asked 15 years, 5 months ago Modified 1 year, 2 months ago Viewed 41k times

  3. What does the double percentage sign (%%) mean? - Stack Overflow

    Apr 19, 2018 · The "Arithmetic operators" help page (which you can get to via ?"%%") says ‘ %% ’ indicates ‘x mod y’ which is only helpful if you've done enough programming to know that this …

  4. What does <![CDATA[]]> in XML mean? - Stack Overflow

    I often find this strange CDATA tag in XML files: &lt;![CDATA[some stuff]]&gt; I have observed that this CDATA tag always comes at the beginning, and then followed by some stuff. But …

  5. What does the / mean? - English Language & Usage Stack Exchange

    Jun 24, 2015 · Looking at forms in financial risk assessment, there is a question 'I'm happy investing a large proportion of my income / capital in a high-risk investment'. Is the '/' here …

  6. vba - What does <> mean? - Stack Overflow

    Valid correction: Is* - "Is" instead of "Does" Protected question. To answer this question, you need to have at least 10 reputation on this site (not counting the ). The reputation requirement helps …

  7. What does '**' mean in C and C++? - Stack Overflow

    Sep 27, 2023 · It can mean different things if it's a part of declaration: type **variable would mean, on the other hand, a pointer to a pointer, that is, a variable that can hold address of another …

  8. c# - What does $ mean before a string? - Stack Overflow

    What does $ mean before a string? Asked 10 years, 5 months ago Modified 1 year, 1 month ago Viewed 188k times

  9. php - What does "===" mean? - Stack Overflow

    I've noticed someone using the PHP operator === which I can't make sense out of. I've tried it with a function, and it corresponds in crazy ways. What is the definition of this operator? I can't …

  10. What does the '=>' syntax in C# mean? - Stack Overflow

    Nov 14, 2008 · I just came over this syntax in some of the questions in this forum, but Google and any other searchengine tends to block out anything but letters and number in the search so it …