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

You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.

0 Answers  


An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode

0 Answers  


What are types of preprocessor in c?

0 Answers  


Write a C/C++ program that connects to a MySQL server and displays the global TIMEZONE.

0 Answers  


what is a NULL pointer?

2 Answers  






how to find the binary of a number?

10 Answers   Infosys,


Is an array parameter is always "by reference" ?

1 Answers  


any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above

0 Answers  


Explain how do you list a file’s date and time?

0 Answers  


Explain in detail how strset (string handling function works )pls explain it with an example.

1 Answers  


Write a program that can show the multiplication table.

0 Answers   Student,


How can I invoke another program (a standalone executable, or an operating system command) from within a c program?

0 Answers  


Categories