Yahoo Search Busca da Web

Resultado da Busca

  1. Há 14 horas · Quickly fork, edit online, and submit a pull request for this page. Requires a signed-in GitHub account. This works well for small changes.

  2. Há 2 dias · D is a general purpose systems and applications programming language. It is a high level language, but retains the ability to write high performance code and interface directly with the operating system API 's and with hardware. D is well suited to writing medium to large scale million line programs with teams of developers.

  3. Há 2 dias · C is an imperative procedural language, supporting structured programming, lexical variable scope, and recursion, with a static type system. It was designed to be compiled to provide low-level access to memory and language constructs that map efficiently to machine instructions, all with minimal runtime support.

  4. Há 3 dias · Interfacing to C. D is designed to fit comfortably with a C compiler for the target system. It is able to call C functions directly without requiring wrapper functions. This is done by matching the C compiler's data types, layouts, and function call/return sequences.

    • signed char
    • unsigned char
    • (chars are unsigned in D)
    • _t (when sizeof (wchar_t) is 2)
  5. Há 5 dias · Nesta videoaula, vamos explorar os fundamentos da linguagem C, focando nos comandos printf e scanf para exibição e entrada de dados, além das estruturas cond...

  6. Há 4 dias · Here, we share C programs covering various topics in C Programming, including arrays, strings, series, area & volume of geometrical figures, mathematical calculations, sorting & searching algorithms, and many more.

  7. Há 4 dias · This C tutorial covers all the basics of C, including variables, data types, functions, control flow, and more. Learn C programming from scratch with this comprehensive tutorial.