diff --git a/docs/languages/c/c.md b/docs/languages/c/c.md index 3a21112..37d1793 100644 --- a/docs/languages/c/c.md +++ b/docs/languages/c/c.md @@ -316,13 +316,6 @@ string.c_str(); //reads string char by char string.find(substring); // The zero-based index of the first character in string object that matches the requested substring or characters ``` -## Vectors - -```c -#include -vector vector_name = {values}; //variable length array -``` - ## Decision Statements ### If Statements