What is cohesion and coupling in c?


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

Post New Answer

More C Interview Questions

What is the meaning When we write "#include" what is # and what does include does there???

22 Answers   HCL, Wipro,


ABCDCBA ABC CBA AB BA A A

4 Answers   TCS,


Eight queens puzzle

0 Answers  


What is data structure in c language?

0 Answers  


Discuss similarities and differences of Multiprogramming OS and multiprocessing OS?

4 Answers   TCS,






If you know then define #pragma?

0 Answers  


Write a program to generate the Fibinocci Series

0 Answers   TISL,


what is call by value and call by reference

4 Answers  


What is conio h in c?

0 Answers  


If we have an array of Interger values, find out a sub array which has a maximum value of the array and start and end positions of the array..The sub array must be contiguious. Take the start add to be 4000. For Ex if we have an array arr[] = {-1,-2,-5,9,4,3,-6,8,7,6,5,-3} here the sub array of max would be {8,7,6,5} coz the sum of max contiguous array is 8+7+6+5 = 26.The start and end position is 4014(8) and 4020(5).

5 Answers   Microsoft, Motorola,


What is the difference between i++ and i+1 ?(in terms of memory)

3 Answers   HCL,


What is f'n in math?

0 Answers  


Categories