Explain indirection?


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

Post New Answer

More C Interview Questions

Why static is used in c?

0 Answers  


How do I use void main?

0 Answers  


An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array

0 Answers  


change to postfix a/(b+c*d-e)

8 Answers   Value Labs,


Explain what?s happening in the first constructor: public class c{ public c(string a) : this() {;}; public c() {;} } How is this construct useful?

1 Answers  






how many errors in c explain deply

0 Answers  


different between overloading and overriding

3 Answers  


program to find the roots of a quardratic equation

1 Answers  


What is meant by int fun const(int a, int b) { .... ... }

1 Answers  


what is array?

8 Answers  


When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?

0 Answers   TISL,


What is the modulus operator?

0 Answers  


Categories