C Programming Language - Tutorial



C is general purpose, procedural programming language developed in 1972 by Dennis M. Ritchie at the Bell Telephone Laboratories. C is the most widely used computer language. it has low level access to memory, and provide language constructs that map efficiently to machine instructions, and require minimal runtime support.


C has structured programming and allows lexical variable scope and recursion. Its static type system prevents unintended operations. all executable code is contained within functions. Function parameters are always passed by value. Pass-by-reference is simulated in C by explicitly passing pointer values.



strtok

Split string into tokens

posted on 2019-03-17 20:41:48 - C Programming Language Tutorials


zalloc

zalloc is a third party library

posted on 2018-12-12 20:46:30 - C Programming Language Tutorials


math

posted on 2017-12-29 22:52:47 - C Programming Language Tutorials


Prompt Examples

ChatGPT Prompt Examples

posted on 2023-06-21 22:37:19 - ChatGPT Tutorials


Use Cases

Chat GPT Key Use Cases

posted on 2023-06-21 21:03:17 - ChatGPT Tutorials


Prompt Frameworks

Prompt Frameworks

posted on 2023-06-21 19:33:06 - ChatGPT Tutorials