What is indirection? How many levels of pointers can you have?


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

Post New Answer

More C Interview Questions

What is the time and space complexities of merge sort and when is it preferred over quick sort?

0 Answers   Amazon,


Print all numbers which has a certain digit in a certain position eg: number=45687 1 number=4 2 number=5 etc

4 Answers  


c program to compute Income tax and Net Salary for its employees. The company offers tax relief of Kshs. 650 for single employees and Kshs. 1,100 for married employees. The relief will be deducted from the Gross salary, to give the taxable income. This will be computed at the following rates: [10mks] Taxable Income Rate (%) <5000 0 5000-19999 6 20000-36999 9 37000 and above 16

1 Answers  


what is a constant pointer in C

0 Answers  


Write a C program to multiply tho numbers without using arithmetic operator (+, -, *, /).

1 Answers  


What is unsigned int in c?

0 Answers  


write a program to fined second smallest and largest element in a given series of elements (without sorting)

9 Answers   Yahoo,


Can we use any name in place of argv and argc as command line arguments?

0 Answers  


What is the relationship between pointers and data structure?

0 Answers  


how can i calculate mean,median,mode by using c program

1 Answers   HCL,


What is string function c?

0 Answers  


Why is C language being considered a middle level language?

0 Answers  


Categories