What is ponter?


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

Post New Answer

More C Interview Questions

why do some people write if(0 == x) instead of if(x == 0)?

0 Answers  


write a program to reverse the words in the sentence.NOTE:not reverse the entire string but just the occurance of each word

1 Answers   Sienna Ecad, Wipro,


Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

0 Answers  


Is exit(status) truly equivalent to returning the same status from main?

0 Answers  


Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?

0 Answers  






What is this infamous null pointer, anyway?

0 Answers  


related to rdbms query .

2 Answers  


What is the use of structure padding in c?

0 Answers  


How do you write a program which produces its own source code as output?

0 Answers  


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

0 Answers  


what r callback function?

1 Answers  


a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler

0 Answers  


Categories