how should functions be apportioned among source files?


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

Post New Answer

More C Interview Questions

How do you use a pointer to a function?

0 Answers  


Implement bit Array in C.

0 Answers   GrapeCity,


Explain the binary height balanced tree?

0 Answers  


What is a pointer variable in c language?

0 Answers  


Explain what are header files and explain what are its uses in c programming?

0 Answers  






What is the purpose of macro in C language?

0 Answers   Fidelity,


what is Structural oriented language? give some example of this language.....?

1 Answers  


5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.

0 Answers  


Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon

0 Answers   HCL,


4. main() { int c=- -2; printf("c=%d",c); }

0 Answers  


What are external variables in c?

0 Answers  


Here is alphabets : abcdefgh 1) how to reverse. as hgfedcba 2) after reversal, how to group them in a pair hg fe dc ba.

2 Answers  


Categories