How many levels of indirection in pointers can you have in a single declaration?


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

Post New Answer

More C Interview Questions

We can draw a box in cprogram by using only one printf();& without using graphic.h header file?

4 Answers   NIIT,


Explain logical errors? Compare with syntax errors.

0 Answers  


wt is d full form of c

6 Answers   TCS, Wipro,


Write a program to reverse a given number in c language?

0 Answers  


What is the use of a semicolon (;) at the end of every program statement?

1 Answers  






write a c program to calculate the income tax of the employees in an organization where the conditions are given as. (I.T. = 0 if income <100000 I.T = 10% if income _< 200000 it = 20% if income >_ 200000)

7 Answers   Consultancy, DBU, FD, JK Associates, Kobe, Satyam,


There is a 100-story building and you are given two eggs. The eggs (and the building) have an interesting property that if you throw the egg from a floor number less than X, it will not break. And it will always brake if the floor number is equal or greater than X. Assuming that you can reuse the eggs which didn't broke; you got to find X in a minimal number of throws. Give an algorithm to find X in minimal number of throws.

5 Answers   Yahoo,


what is the difference between : func (int list[], ...) or func (int *list , ....) - what is the difference if list is an array and if also if list is a pointer

2 Answers  


Please write the area of a RIGHT ANGLED TRIANGLE.

1 Answers  


a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);

0 Answers   Wilco,


i want to have a program to read a string and print the frequency of each character and it should work in turbo c

3 Answers   Persistent, Wipro,


int far *near * p; means

0 Answers   Honeywell,


Categories