Welcome to the Webmaster Forum.
Results 1 to 10 of 10
  1. #1
    Senior Member
    Join Date
    Sep 2015
    Location
    India
    Posts
    159

    what is difference between c and c plus plus..?

    what is difference between c and c plus plus??

  2. #2
    Senior Member
    Join Date
    Sep 2015
    Posts
    447

    Re: what is difference between c and c plus plus..?

    C is the low level language or C++ is the object orientated language.

  3. #3
    Junior Member
    Join Date
    Mar 2016
    Location
    India
    Posts
    28

    Re: what is difference between c and c plus plus..?

    C is a procedural (aka structural) programming language. In addition to begin procedural,
    C++ is also an object oriented programming language.

  4. #4
    Senior Member
    Join Date
    Sep 2014
    Location
    India , New Delhi Uttam nagar
    Posts
    379

    Re: what is difference between c and c plus plus..?

    C is a structural or procedural programming language. where C ++ is an object oriented programming language.

  5. #5
    Senior Member
    Join Date
    Jan 2016
    Location
    Mumbai
    Posts
    517

    Re: what is difference between c and c plus plus..?

    The main difference is the object-oriented programming paradigm. C has structs to group related data together, but C++ also has classes that group data and code together.

    Deliver2inbox

  6. #6
    Member
    Join Date
    Dec 2015
    Location
    jalandhar
    Posts
    71

    Re: what is difference between c and c plus plus..?

    C is a procedural (aka structural) programming language. In addition to begin procedural,
    C++ is also an object oriented programming language.

  7. #7
    Member
    Join Date
    Apr 2016
    Location
    mumbai
    Posts
    84

    Re: what is difference between c and c plus plus..?

    C is a structural language whereas C++ is an object oriented language.

  8. #8
    Senior Member
    Join Date
    Apr 2016
    Posts
    193

    Re: what is difference between c and c plus plus..?

    Difference between c and c plus plus

    C is procedure programming language where the code is organised in the form of modules or blocks of codes that are executed to get the resultant output. The blocks of code can be in a form of functions, structure etc.

    Whereas, C++ is an object-oriented programming language where the coding is done by using the predefined library class. Objects, in turn, are instances of class.

  9. #9
    Senior Member
    Join Date
    Jan 2016
    Location
    Mumbai
    Posts
    563

    Re: what is difference between c and c plus plus..?

    The main difference is the object-oriented programming paradigm. C has structs to group related data together, but C++ also has classes that group data and code together.

  10. #10
    Member
    Join Date
    Apr 2016
    Posts
    91

    Re: what is difference between c and c plus plus..?

    C++ was based on C and retains a great deal of the functionality. C++ does not retain complete source-level compatibility with C. There are a few gotchas for C++ programmers trying to write C code, and C programmers trying to compile with a C++ compiler.

 

 

Similar Threads

  1. Difference between SEO and SMM ?
    By ninadordev in forum Search Engine Optimization (SEO)
    Replies: 7
    Last Post: 05-23-2020, 10:17 AM
  2. What is the difference between SEO and SMO ?
    By raianju in forum General Talk
    Replies: 12
    Last Post: 07-27-2018, 04:48 AM
  3. Difference between a RAM and ROM ?
    By kilato in forum General Talk
    Replies: 4
    Last Post: 07-26-2018, 05:08 AM
  4. Difference between PPC & SEO?
    By shaadisan in forum Search Engine Optimization (SEO)
    Replies: 26
    Last Post: 05-06-2016, 01:48 AM
  5. Difference Between SEM and SEO
    By rustycatter in forum Search Engine Optimization (SEO)
    Replies: 12
    Last Post: 01-17-2016, 04:00 AM

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
  •  
Back to top

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229