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 will be the output of following program #include main() { int x,y = 10; x = y * NULL; printf("%d",x); }

1 Answers  


What is formal argument?

0 Answers  


If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402

0 Answers  


is it possible to change the default calling convention in c ?

1 Answers   Aptech,


how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?

2 Answers   Patni, TCS,






What is array of pointers to string?

0 Answers  


Explain the ternary tree?

0 Answers  


What is a list in c?

0 Answers  


what is answer for perfect number????????????????

1 Answers  


Explain void pointer?

0 Answers  


how to swap four numbers without using fifth variable?

2 Answers  


What does void main return?

0 Answers  


Categories