How would you rename a function in C?
what is the differance between pass by reference and pass by value.
Write a program to print prime nums from 1-20 using c programing?
What are register variables? What are the advantage of using register variables?
What is the difference between %d and %i?
If fflush wont work, what can I use to flush input?
What is data structure in c and its types?
why r u join this company? give solid resons.
16 Answers IBM, Infosys, TCS,
What does printf does?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
Explain can you assign a different address to an array tag?
What does *p++ do?
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