Explain that why C is procedural?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is the code in while loop that returns the output of given code?

0 Answers  


What is c++ used for today?

0 Answers  


What does the file stdio.h contain?

0 Answers  


I use turbo C which allocates 2 bytes for integers and 4 bytes for long. I tried to declare array of size 500000 of long type using the following code... long *arr; arr=(long *)(malloc)(500000 * sizeof(long)); It gives a warning that "Conversion may lose significant digits in function main"... And the resulting array size was very less around 8400 as compared to 500000. Any suggestions will be welcomed....

2 Answers  


What's the right way to use errno?

0 Answers  


1 1 2 1 2 3 1 2 3 4 1 2 3 1 2 1 generate this output using for loop

2 Answers  


how to find out the biggest element (or any other operation) in an array which is dynamic. User need not to mention the array size while executing.

3 Answers  


Calculate 1*2*3*____*n using recursive function??

0 Answers  


What ios diff. Between %e & %f?

3 Answers   Honeywell,


What is a method in c?

0 Answers  


write a program to gat the digt sum of a number (et. 15= >1+5=6)

2 Answers  


What is clrscr in c?

0 Answers  


Categories