Results 1 to 2 of 2

Thread: difference between array and string in C ?

  1. #1
    Junior Registered
    Join Date
    Dec 2018
    Posts
    9

    difference between array and string in C ?

    Hello Dear,

    * * * * * * * *Please Tell Me What is the difference between array and string in C ?

  2. #2
    Registered
    Join Date
    Oct 2018
    Posts
    38
    Strings are similar to arrays with just a few differences. Usually, the array size is fixed, while strings can have a variable number of elements. Arrays can contain any data type (char short int even other arrays) while strings are usually ASCII characters terminated with a NULL (0) character.


    Good astrologer in Toronto | Best Astrology Services in Toronto | Best Astrologer in Canada

Similar Threads

  1. Jagged Array ?
    By islamicastrologer in forum HTML, CSS, Layout, and Design
    Replies: 5
    Last Post: 05-28-2020, 06:16 AM
  2. What is referrer string?
    By access1solution in forum Search Engine Optimization
    Replies: 1
    Last Post: 09-19-2016, 02:25 AM
  3. String Replace Help in PHP
    By Emancipator in forum Website Programming & Databases
    Replies: 6
    Last Post: 07-21-2006, 08:36 AM
  4. How to combine two values into one string?
    By lz83ny in forum Website Programming & Databases
    Replies: 2
    Last Post: 04-13-2005, 05:54 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •