How would you rename a function 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 differance between pass by reference and pass by value.

7 Answers   Infosys,


Write a program to print prime nums from 1-20 using c programing?

13 Answers   IBM,


What are register variables? What are the advantage of using register variables?

0 Answers   TISL,


What is the difference between %d and %i?

0 Answers  


If fflush wont work, what can I use to flush input?

0 Answers  


What is data structure in c and its types?

0 Answers  


why r u join this company? give solid resons.

16 Answers   IBM, Infosys, TCS,


What does printf does?

0 Answers  


write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1

0 Answers  


Explain can you assign a different address to an array tag?

0 Answers  


What does *p++ do?

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,


Categories