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 to swap four numbers without using fifth variable?

2 Answers  


How can I split up a string into whitespace-separated fields?

0 Answers  


What are the advantages of using new operator as compared to the function malloc ()?

0 Answers   NIIT,


What does it mean when a pointer is used in an if statement?

0 Answers  


What are the two forms of #include directive?

0 Answers   Aspire, Infogain,






what would be the output of the following program? main() { int k = 123; char *ptr; ptr = &k; printf("%d",*ptr); }

4 Answers  


What is data structure in c and its types?

0 Answers  


In C programming, how do you insert quote characters (‘ and “) into the output screen?

0 Answers  


write a program that uses point of sale system. which are mainly used by retail markets, where the is a database inventory list, a slip should be printed for the customer. manage should be able to access what has been sold and what is left from stock?

1 Answers  


Print all the palindrome numbers.If a number is not palindrome make it one by attaching the reverse to it. eg:123 output:123321 (or) 12321

7 Answers   HCL,


Is c still used?

0 Answers  


a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above

0 Answers  


Categories