Is there any demerits of using pointer?
No Answer is Posted For this Question
Be the First to Post Answer
What is the Difference between Macro and ordinary definition?
3 Answers Bosch, Cognizant, College School Exams Tests, Motorola,
What is a list in c?
How can I find out how much free space is available on disk?
how to multiply two number taking input as a string (considering sum and carry )
Why malloc is faster than calloc?
Explain void pointer?
How is a structure member accessed?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
what are advantages of U D F?
1)what are limitations for recursive function? 2)write a program to read a text file and count the number of characters in the text file
what is a NULL pointer?
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