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...

is c language is a object oreinted language?

Answer Posted / ganesh

i m confuse that if it not than why * has two meaning 1.
multiplication symbol and other is indirectional operator
used in pointer.

Is This Answer Correct ?    3 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is break statement?

1054


What is the difference between strcpy() and memcpy() function in c programming?

1024


How can you tell whether a program was compiled using c versus c++?

1043


What are the three constants used in c?

927


Is it cc or c in a letter?

956


What does a function declared as pascal do differently?

1037


Why do we need a structure?

977


Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.

1214


What is the difference between array and structure in c?

1076


code for quick sort?

1982


What is the purpose of 'register' keyword in c language?

976


any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above

1093


Why doesnt the call scanf work?

1137


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(); }

2261


What is New modifiers?

1059