3
Reply

Which one is faster - C or C++ ?

sathish

sathish

17y
8.7k
0
Reply
    C
    It just depends on how well the compiler that you're using.If you are using Advanced compilers then definately c++ will be faster for why some computations are done at compile time.
    It's depends on how the progamm is.