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 / ashish srivastava

by default
struct elements are public
while
class elements are private

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are bitwise shift operators in c programming?

1132


Is there any data type in c with variable size?

1144


can we have joblib in a proc ?

2378


What is the newline escape sequence?

1140


How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same

1168


write an algorithm to display a square matrix.

2758


How do I swap bytes?

1117


write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34

2250


What are formal parameters?

1172


Is c is a high level language?

1251


Is c easy to learn?

1028


How many types of functions are there in c?

1226


What is the difference between #include

and #include “header file”?

1080


When is a “switch” statement preferable over an “if” statement?

1207


write a program to create a sparse matrix using dynamic memory allocation.

4952