home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / c / 12770 < prev    next >
Encoding:
Text File  |  1992-08-25  |  1.4 KB  |  44 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!gatech!concert!samba!usenet
  3. From: Ketan.Deshpande@bbs.oit.unc.edu (Ketan Deshpande)
  4. Subject: Re: Most difficult part of learning C?
  5. Message-ID: <1992Aug25.180919.10370@samba.oit.unc.edu>
  6. Sender: usenet@samba.oit.unc.edu
  7. Nntp-Posting-Host: lambada.oit.unc.edu
  8. Organization: Extended Bulletin Board Service
  9. References: <9208251159.AA04122@ult4>
  10. Date: Tue, 25 Aug 1992 18:09:19 GMT
  11. Lines: 31
  12.  
  13. In article <9208251159.AA04122@ult4> goldstei@cgi.com ("Morris Goldstein") writes:
  14. >I am conducting research for a little project concerning difficulties in
  15. >learning C and how to improve the teaching of C so as to circumvent these
  16. >problems.
  17. >
  18. >When learning C, what things did you find the most confussing/difficult to
  19. >understand?
  20. >
  21. >        -Morris
  22. >
  23. >(goldstein@cgi.com)
  24.  
  25. The most difficult thing for me was to understand that given a declaration
  26. like
  27.  int a[10];
  28.  
  29. both the following are correct:
  30.    a[6] =  ....;
  31.    6[a] = ....;
  32.  
  33. One person made the comment,' so much for learning a higher level language
  34. before C'.
  35. While that may be debated, there is some truth in it.
  36. That's my $0.02 worth.
  37. Ketan.
  38.  
  39. --
  40.    The opinions expressed are not necessarily those of the University of
  41.      North Carolina at Chapel Hill, the Campus Office for Information
  42.         Technology, or the Experimental Bulletin Board Service.
  43.            internet:  bbs.oit.unc.edu or 152.2.22.80
  44.