What is a diffrent between C and C++

C is not Object Oriented but C++ is Object Oriented Language.


In c we are ussing 
 #include<stdio.h> as Inclusion file
Ex. 
#include<stdio.h>
main()
{
 statements;
}
 
while in c++ 
we are using  and also Classes and Objects.
 
#include<iostreame> as inclusion file.
 
Ex. 
#include<iostream.h>
main()
{
 statements;
} 

Most Popular

Connect to Amazon EC2 instance using Filezilla and SFTP

Pan Card Validation Using Javascript

Customize wordpress register form wp_register()