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 / wfwre

Class elements are accessed using the provided methods.

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is #line?

1048


main() { struct s1 { char *str; struct s1 *ptr; }; static struct s1 arr[] = { {"Hyderabad",arr+1}, {"Bangalore",arr+2}, {"Delhi",arr} }; struct s1 *p[3]; int i; < BR> for(i=0;i<=2;i++) p[i] = arr[i].ptr; printf("%s ",(*p)->str); printf("%s ",(++*p)->str); printf("%s ",((*p)++)->str); }

1432


What does %p mean c?

1063


What are header files in c programming?

1128


Do pointers store the address of value or the actual value of a variable?

1077


What is wrong in this statement? scanf(ā€œ%dā€,whatnumber);

1234


Why is c called c not d or e?

1096


Can you please explain the difference between exit() and _exit() function?

1023


How can I automatically locate a programs configuration files in the same directory as the executable?

1160


Can you apply link and association interchangeably?

1123


What is scope of variable in c?

1037


write a program to print largest number of each row of a 2D array

2323


What is function what are the types of function?

991


Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?

1118


Is there a way to compare two structure variables?

1111