What is indirection in c?


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

Post New Answer

More C Interview Questions

logic for x=y^n

1 Answers   Delphi,


What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);

3 Answers   Bosch,


When should you not use a type cast?

0 Answers  


What is a global variable in c?

0 Answers  


Do you know what are the properties of union in c?

0 Answers  






What is a spanning Tree?

1 Answers   TCS,


What is string concatenation in c?

0 Answers  


what do structure language means?

3 Answers   Microsoft,


what is a NULL pointer?

2 Answers  


In C language what is a 'dangling pointer'?

0 Answers   Accenture,


Write a C program that defines a 2-dimentional integer array called A [50][50]. Then the elements of this array should randomly be initialized either to 1 or 0. The program should then print out all the elements in the diagonal (i.e. a[0][0], a[1][1],a[2][2], a[3][3], ……..a[49][49]). Finally, print out how many zeros and ones in the diagonal.

3 Answers   Infosys,


What is quick sort in c?

0 Answers  


Categories