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

please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }

3 Answers  


How can I find out if there are characters available for reading?

0 Answers  


What are global variables?

0 Answers  


what type of language is C?

13 Answers   Microsoft,


A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above

2 Answers   Accenture,


WRITE A C PROGRAM TO FIND SECOND BIGGEST VALUE FROM THE GIVEN VALUES

1 Answers  


What are shell structures used for?

0 Answers  


struct node {struct node*temp,*new} prinf("%d",sizeof(struct node));

2 Answers  


What are actual arguments?

0 Answers  


write a program which counts a product of array elements lower than 10.

1 Answers  


how can i sort numbers from ascending order and descending order using turbo c..

1 Answers  


What is meant by recursion?

0 Answers   ADP,


Categories