Is there any demerits of using pointer?


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

Post New Answer

More C Interview Questions

What is the Difference between Macro and ordinary definition?

3 Answers   Bosch, Cognizant, College School Exams Tests, Motorola,


What is a list in c?

0 Answers  


How can I find out how much free space is available on disk?

0 Answers  


how to multiply two number taking input as a string (considering sum and carry )

2 Answers   Wipro,


Why malloc is faster than calloc?

0 Answers  






Explain void pointer?

0 Answers  


How is a structure member accessed?

0 Answers  


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

0 Answers  


what are advantages of U D F?

1 Answers   Google,


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

1 Answers  


what is a NULL pointer?

2 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