Is c is a procedural language?


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

Post New Answer

More C Interview Questions

diff .between strcture and union

2 Answers  


What are the 5 types of inheritance in c ++?

0 Answers  


why 'c' is called middle level language.

2 Answers  


What does *p++ do? What does it point to?

0 Answers  


Explain the difference between strcpy() and memcpy() function?

0 Answers  


What's a good way to check for "close enough" floating-point equality?

0 Answers   Celstream,


What will be the result of the following C language program? main() { int a = 0; int b = 20; char x = 1; char y = 10; if(a,b,x,y) printf("Welcome"); }

1 Answers  


What are the types of operators in c?

0 Answers  


What is structure padding in c?

0 Answers  


Describe the header file and its usage in c programming?

0 Answers  


i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none

0 Answers  


What are enumerated types?

0 Answers  


Categories