Definitions for gotchaˈgɒtʃ ə

ADVERTISEMENT

Random House Webster's College Dictionary

got•chaˈgɒtʃ ə(interj.)

  1. got you (used to indicate comprehension, to exultingly point out a blunder, etc.).

The New Hacker's Dictionary

  1. gotcha

    A misfeature of a system, especially a programming language or environment, that tends to breed bugs or mistakes because it is both enticingly easy to invoke and completely unexpected and/or unreasonable in its outcome. For example, a classic gotcha in C is the fact that if (a=b) {code;} is syntactically valid and sometimes even correct. It puts the value of b into a and then executes code if a is non-zero. What the programmer probably meant was if (a==b) {code;}, which executes code if a and b are equal.


Citation

Use the citation below to add this definition to your bibliography:

Style:MLAChicagoAPA

"gotcha." Definitions.net. STANDS4 LLC, 2013. Web. 19 May 2013. <http://www.definitions.net/definition/gotcha>.


The Web's Largest Resource for

Definitions & Translations


A Member Of The STANDS4 Network


Nearby & related entries:

Alternative searches for gotcha: