Explain why C language is procedural?


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

Post New Answer

More C Interview Questions

how do you redirect stdout value from a program to a file?

1 Answers  


How can I open a file so that other programs can update it at the same time?

0 Answers  


write a c prog for removing duplicate character from an array and sorting remaining elements using a single array

1 Answers  


What is 'bus error'?

0 Answers  


What is typedef?

1 Answers  






Tell us something about keyword 'auto'.

0 Answers  


What is context in c?

0 Answers  


How can I find out how much free space is available on disk?

0 Answers  


what is Array?

3 Answers  


What is the difference between %d and %i?

0 Answers  


Write a C program to get the desired output. 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1 . . . 1 n..............n 1 Note: n is a positive integer entered by the user.

4 Answers  


with out using main how to execute the program?

2 Answers  


Categories