C Language Notes

Source: Internet
Author: User

"C-Language drip"

Pointer variable meaning the variable that holds the address

Short *ptr; (Create a pointer variable that points to a short address length)

Pointers are used for reference, and arrays are used to define the

Pointer: An XX-type pointer should point to an XX-type address.

Array: An array of type XX, which is an address of type XX.

callback function: A function that is called through a pointer variable. I can tune, you can tune the others.

#include <assert.h>

#define Ndebug

Assert function

Memory pool: One-time application of a large chunk of memory, etc., and then released before use. (Prevent memory fragmentation, queue thinking)

A[3]=3[a]; Compiler mischief.

"" Current directory find,<> library file directory

Structure and Union

Usage of volatile, extern, const, static and other keywords, pre-compilation when effective

TCP/IP theory

The difference between stacks

sizeof and Strlen

feof stream, file data manipulation

C Language Notes

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.