Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the Difference between Class and Struct?

Answer Posted / sureshreddy

the diff b/w structure and class is class by deafualt
private, where as structure by default public.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what value is returned to operating system after program execution?

2073


Explain how can I right-justify a string?

1007


What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?

1392


find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }

2275


What is the newline escape sequence?

1031


What is C language ?

1915


What is graph in c?

1021


How can a program be made to print the name of a source file where an error occurs?

1180


What is meant by inheritance?

1057


What is a #include preprocessor?

1090


When is the “void” keyword used in a function?

1436


If fflush wont work, what can I use to flush input?

1059


How is a null pointer different from a dangling pointer?

980


What is extern c used for?

1013


There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?

1248