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?



Is c functional or procedural?..

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

More C Interview Questions

What is static memory allocation? Explain

0 Answers  


4. main() { int c=- -2; printf("c=%d",c); }

1 Answers  


Can you please explain the difference between strcpy() and memcpy() function?

0 Answers  


What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }

8 Answers   MindFire, TCS, Tech Mahindra,


What is a structure in c language. how to initialise a structure in c?

0 Answers  


what is the output for this question: main() { int i=1; printf("%d%d%d",i,i++,++i); }

9 Answers  


Differentiate between #include<...> and #include '...'

0 Answers  


what is the first address that gets stored in stack according to a C or C++ compiler???? or what will be the first address that gets stored when we write a C source code????????

2 Answers   Apple,


Explain why C language is procedural?

0 Answers   GE,


how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.

0 Answers  


What are the different properties of variable number of arguments?

0 Answers  


What is a pointer in c plus plus?

0 Answers  


Categories