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 functional or procedural?

Answer Posted / baskar p

C is called a Procedural language because step by step implementation takes place.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }

1240


How can you increase the size of a dynamically allocated array?

1237


What is array of structure in c?

1254


What should malloc() do?

1222


What is variable initialization and why is it important?

1342


What is sorting in c plus plus?

1025


What is strcmp in c?

1218


What is default value of global variable in c?

1051


What are global variables and how do you declare them?

1174


Who is the main contributor in designing the c language after dennis ritchie?

1053


What are the general description for loop statement and available loop types in c?

1171


What is wrong with this declaration?

1158


write a c program to find the sum of five entered numbers using an array named number

2207


What are the salient features of c languages?

1139


What are the types of operators in c?

1106