Is c procedural or functional?


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

Post New Answer

More C Interview Questions

how to implement stack work as a queue?

2 Answers  


What is merge sort in c?

0 Answers  


Explain what is a program flowchart and explain how does it help in writing a program?

0 Answers  


a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.

0 Answers  


advantages of pointers?

3 Answers  






What is the difference b/w Structure & Array?

6 Answers  


The operation of a stair case switch best explains the a) or operation b) and operation c)exclusive nor operation d)exclusive or operation Which of the following is/are syntactically correct? a) for(); b) for(;); c) for(,); d) for(;;);

1 Answers   HCL, Public Service Commission,


What is call by reference in functions?

1 Answers  


What are the advantages of c preprocessor?

0 Answers  


how to swap two integers 1 and 32767 without using third variable

11 Answers   Microsoft, TCS,


What is a pointer on a pointer in c programming language?

0 Answers  


What are the types of type qualifiers in c?

0 Answers  


Categories