Search
Search titles only
By:
Search titles only
By:
Log in
Register
Search
Search titles only
By:
Search titles only
By:
Menu
Install the app
Install
Forums
New posts
All threads
Latest threads
New posts
Trending threads
Trending
Search forums
What's new
New posts
New ads
New profile posts
Latest activity
Free Ads
Latest reviews
Search ads
Members
Current visitors
New profile posts
Search profile posts
Contact us
Latest ads
Handmade Character Soft Toys
anil1961
Updated:
Yesterday at 2:11 PM
Bodim.lk out now !
Manoj Suranga Bandara
Updated:
Sunday at 3:05 AM
Power Lifting Lever Belt
SkullVamp
Updated:
Jun 13, 2026
Ad icon
port.lk Domain for sale
Lankan-Tech
Updated:
Jun 13, 2026
Colombo
Kaduwela - Two Storey House for Sale
dilrasan
Updated:
Jun 11, 2026
Electronics
Vehicles
Property
Search
Reply to thread
Forums
General
Education
ElaKiri Programmer's Club
Get the App
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Message
<blockquote data-quote="KingCM" data-source="post: 16647465" data-attributes="member: 482722"><p><span style="color: DarkRed"><span style="font-size: 15px"><p style="text-align: center">මමත් ඕකම තමයි උඩින් කියල තියෙන්නේ මචන්.</p></span></span></p><p style="text-align: center"><span style="color: DarkRed"><span style="font-size: 15px"></p></span></span></p><p style="text-align: center"><span style="color: DarkRed"><span style="font-size: 15px">C programming වල String කියල data type එකක් නැ. Hambantota Malli ත් කියලා තියෙන්නේ එකම තමයි.<img src="/styles/default/xenforo/smilies/default/rolleyes.gif" class="smilie" loading="lazy" alt=":rolleyes:" title="Rolleyes :rolleyes:" data-shortname=":rolleyes:" /><img src="/styles/default/xenforo/smilies/default/dull.gif" class="smilie" loading="lazy" alt=":dull:" title="Dull :dull:" data-shortname=":dull:" /></p></span></span></p><p style="text-align: center"><span style="color: DarkRed"><span style="font-size: 15px"></p></span></span></p><p style="text-align: center"><span style="color: DarkRed"><span style="font-size: 15px">උබ මම දීපු reference බැලුවේ නැ නේද?<img src="/styles/default/xenforo/smilies/default/rolleyes.gif" class="smilie" loading="lazy" alt=":rolleyes:" title="Rolleyes :rolleyes:" data-shortname=":rolleyes:" /><img src="/styles/default/xenforo/smilies/default/rolleyes.gif" class="smilie" loading="lazy" alt=":rolleyes:" title="Rolleyes :rolleyes:" data-shortname=":rolleyes:" /><img src="/styles/default/xenforo/smilies/default/rolleyes.gif" class="smilie" loading="lazy" alt=":rolleyes:" title="Rolleyes :rolleyes:" data-shortname=":rolleyes:" /><img src="/styles/default/xenforo/smilies/default/rolleyes.gif" class="smilie" loading="lazy" alt=":rolleyes:" title="Rolleyes :rolleyes:" data-shortname=":rolleyes:" /></p></span></span></p><p style="text-align: center"><span style="color: DarkRed"><span style="font-size: 15px"></p></span></span></p><p style="text-align: center"><span style="color: DarkRed"><span style="font-size: 15px">උබ reference ටික බැලුවනම් Hambantota Malli දුන්න answer එකම තියෙනවා.<img src="/styles/default/xenforo/smilies/default/happy.gif" class="smilie" loading="lazy" alt=":)" title="Happy :)" data-shortname=":)" /><img src="/styles/default/xenforo/smilies/default/happy.gif" class="smilie" loading="lazy" alt=":)" title="Happy :)" data-shortname=":)" /><img src="/styles/default/xenforo/smilies/default/happy.gif" class="smilie" loading="lazy" alt=":)" title="Happy :)" data-shortname=":)" /><img src="/styles/default/xenforo/smilies/default/happy.gif" class="smilie" loading="lazy" alt=":)" title="Happy :)" data-shortname=":)" /></p><p></span></span></p><p><span style="color: Blue"><span style="font-size: 12px"><p style="text-align: center">C does not and never has had a native string type. By convention, the language uses arrays of char terminated with a null char, i.e., with '\0'. </p></span></span></p><p style="text-align: center"><span style="color: Blue"><span style="font-size: 12px"></p></span></span></p><p style="text-align: center"><span style="color: Blue"><span style="font-size: 12px">C does not have its own String data type like Java.</p></span></span></p><p style="text-align: center"><span style="color: Blue"><span style="font-size: 12px"></p></span></span></p><p style="text-align: center"><span style="color: Blue"><span style="font-size: 12px"></p></span></span></p><p style="text-align: center"><span style="color: Blue"><span style="font-size: 12px">To note it in the languages you mentioned:</p></span></span></p><p style="text-align: center"><span style="color: Blue"><span style="font-size: 12px"></p></span></span></p><p style="text-align: center"><span style="color: Blue"><span style="font-size: 12px">In C, a string simply is an array of characters, ending with a null byte. So a char* is often pronounced "string", when you're reading C code.</p><p></span></span></p></blockquote><p></p>
[QUOTE="KingCM, post: 16647465, member: 482722"] [COLOR="DarkRed"][SIZE="4"][CENTER]මමත් ඕකම තමයි උඩින් කියල තියෙන්නේ මචන්. C programming වල String කියල data type එකක් නැ. Hambantota Malli ත් කියලා තියෙන්නේ එකම තමයි.:rolleyes::dull: උබ මම දීපු reference බැලුවේ නැ නේද?:rolleyes::rolleyes::rolleyes::rolleyes: උබ reference ටික බැලුවනම් Hambantota Malli දුන්න answer එකම තියෙනවා.:):):):)[/CENTER][/SIZE][/COLOR] [COLOR="Blue"][SIZE="3"][CENTER]C does not and never has had a native string type. By convention, the language uses arrays of char terminated with a null char, i.e., with '\0'. C does not have its own String data type like Java. To note it in the languages you mentioned: In C, a string simply is an array of characters, ending with a null byte. So a char* is often pronounced "string", when you're reading C code.[/CENTER][/SIZE][/COLOR] [/QUOTE]
Insert quotes…
Verification
Nawa warak dahaya keeyada? (Namaya wadi kireema dahaya)
Post reply
Top
Bottom