What is the difference between procedural and functional programming?


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

Post New Answer

More C Interview Questions

What should malloc() do? Return a null pointer or a pointer to 0 bytes?

0 Answers  


how to find the largest element of array without using relational operater?

6 Answers   Satyam, Wipro,


Which command is more efficient? *(ptr+1) or ptr[1]

3 Answers  


Is null valid for pointers to functions?

0 Answers  


What is binary tree in c?

0 Answers  






what is the use of operator ^ in C ? and how it works?

2 Answers  


Why isn't any of this standardized in c? Any real program has to do some of these things.

0 Answers  


logic for generating all the combinations of the any number of given letters. ex::::::::: if a,b,c,d are given the o/p should be abcd,dcba,dbac,bcad,................ 4*3*2*1 combinations............

2 Answers   Infosys,


Explain the array representation of a binary tree in C.

0 Answers   Genpact,


What is the usage of the pointer in c?

0 Answers  


What is time null in c?

0 Answers  


write a program to find a given no. is divisible by 3 or not without using any arthimetic operators?

3 Answers   Broadcom, TCS,


Categories