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

C,c++, Java is all are structural oriented or procedure
oriented language..?

Answer Posted / selva

procedure oriented language..

Is This Answer Correct ?    3 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is a pointer a kind of array?

1133


Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?

1213


Is c a great language, or what?

1062


What is function prototype?

1072


What is return type in c?

1086


Can we add pointers together?

1011


hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .

2394


What is dynamic dispatch in c++?

1011


How main function is called in c?

1081


Explain c preprocessor?

1057


Can a void pointer point to a function?

976


How can you convert integers to binary or hexadecimal?

988


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


Why do we use header files in c?

1030


how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software

3267