what is difference between C and C++

Answer Posted / nataraj

c is an basic language, and c++ is advanced language.and c
is an basic of the program.

Is This Answer Correct ?    12 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we use & in c?

581


Is it possible to use curly brackets ({}) to enclose single line code in c program?

785


Why we write conio h in c?

552


What is the difference between union and structure in c?

567


write a c program for swapping two strings using pointer

2087






How do we print only part of a string in c?

579


Where local variables are stored in c?

552


Are the outer parentheses in return statements really optional?

568


write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.

1979


What is the right type to use for boolean values in c? Is there a standard type?

557


Are the variables argc and argv are local to main?

780


What is union in c?

629


hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel

1406


4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.

1721


Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.

653