Skip to content

C programs exploring pointer fundamentals, covering pointer arithmetic, array-pointer interactions.

Notifications You must be signed in to change notification settings

fahaad-abbadi/pointer-concepts-c

Repository files navigation

Steps to execute C programs in VS code

- To execute C programs in VS code, install GNU/GCC compiler and add it to environment variables

- For example, if you want to execute 'helloworld.c' file, in your VS code terminal, type 'gcc helloworld.c', here your code starts to compile

- After compilation, type './a.exe' to get the output of your following program

About

C programs exploring pointer fundamentals, covering pointer arithmetic, array-pointer interactions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages