+ Reply to Thread
Results 1 to 2 of 2

Thread: Difference between char *a and char a[]

  1. #1
    TopGun Guest

    Difference between char *a and char a[]

    What is difference between
    char *a="test";
    and
    char a[]="test"

  2. #2
    Surfer is offline Senior Member
    Join Date
    Mar 2010
    Posts
    321

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 1
    Last Post: 18th July 2008, 14:04
  2. What is the difference between char *a and char a[]?
    By xadmin in forum Declarations and Initializations
    Replies: 0
    Last Post: 16th February 2008, 21:26

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