Commit Graph

8 Commits

Author SHA1 Message Date
3066b88340 Fixed code snippet bugs & added examples (#21925) 2018-11-17 12:33:20 -07:00
7721e34a28 Add the text "* Arrays can store same data types only. A integer arra… (#21933)
* Add the text "* Arrays can store same data types only. A integer array will not be able to store chars in it." in review.

* Fixed grammar
2018-11-16 22:06:11 -05:00
b8569bcc1d Typo on strcpy (#24848) 2018-11-14 21:18:46 +05:30
9372b49bb9 Add "Memory Allocation in Array" (#21234)
* Add "Memory Allocation in Array"

* fix: formatting, grammar and example

* fixed grammar, cleaned up table
2018-11-09 12:57:24 +05:30
b6ad5afb70 Correcting a spelling mistake (#19845)
* Correcting a spelling mistake

* Formatting and adding missing code

* Removing extra code

* Update index.md
2018-10-26 03:29:30 -06:00
720931c798 Definition change (#24081) 2018-10-22 11:30:41 -07:00
0c1ca98205 Array variables have same data type (#23142)
An array is a set of homogeneous data. It's important to note that the variables in an array are always of the same data type.
2018-10-22 22:56:06 +05:30
da0df12ab7 fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30