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

proc() { static i=10; printf("%d",i); } If this proc() is called second time, what is the output?

7 Answers   Hughes,


main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); }

27 Answers   Advent Global Solutions, CitiGroup, Valeo Lighting Systems India Private Limited, Vishal Transformers, Wipro, Zencer,


Why is c so powerful?

0 Answers  


write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a<b,printb.find the sum digits of that number & then print.if a==b multiply 10 with a & add 20 with b store in c and then print

0 Answers  


a value that does not change during program execution a) variabe b) argument c) parameter d) none

0 Answers  






What is pragma c?

0 Answers  


What is c standard library?

0 Answers  


What are the parts of c program?

0 Answers  


for(i=0;i=printf("Hello");i++); printf("Hello"); how many times how will be printed?????????

8 Answers  


. A database table called PERSON contains the fields NAME, BASIC and HRA. Write a computer program to print a report which employee name and total salary for those employees whose total salary is more than 10,000. Total Salary = BASIC + HRA. At the end, the program should also print the total number of employees whose total salary is more than 10,000.

1 Answers  


please give me some tips for the selection in TCS.

3 Answers   TCS,


What is the function of multilevel pointer in c?

0 Answers  


Categories