Answer Posted / sambhunath samanta
Difference is given below.
1.c is the structure programming language where c++ is the object oriented language.
2.c does not support class but c++ support class.
3.c++ also called c as class,that is the advance version of c.
4.c++ have operator overloading while c does't have operator overloading
| Is This Answer Correct ? | 22 Yes | 0 No |
Post New Answer View All Answers
What is the value of c?
How many levels of pointers can you have?
How a string is stored in c?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
Which of these functions is safer to use : fgets(), gets()? Why?
Explain what is the general form of a c program?
Write a program to swap two numbers without using third variable in c?
Compare and contrast compilers from interpreters.
write a c program for swapping two strings using pointer
Write a program to maintain student’s record. Record should
not be available to any unauthorized user. There are three
(3) categories of users. Each user has its own type. It
depends upon user’s type that which kind of operations user
can perform. Their types and options are mentioned below:
1. Admin
(Search Record [by Reg. No or Name], View All Records,
Insert New Record, Modify Existing Record)
2. Super Admin
(Search Record [by Reg. No or Name], View All Records,
Insert New Record, Modify Existing Record, Delete Single Record)
3. Guest
(Search Record [by Reg. No or Name], View All Records)
When first time program runs, it asks to create accounts.
Each user type has only 1 account (which means that there
can be maximum 3 accounts). In account creation, following
options are required:
Login Name: <6-10 alphabets long, should be unique>
Password: <6-10 alphabets long, should not display
characters when user type>
Confirm Password:
What are the usage of pointer in c?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
Why is extern used in c?
#include
How do I determine whether a character is numeric, alphabetic, and so on?