What is the total generic pointer type?


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

Post New Answer

More C Interview Questions

What is chain pointer in c?

0 Answers  


Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.

0 Answers   Amazon,


Where define directive used?

0 Answers  


What are the usage of pointer in c?

0 Answers  


What do you mean by a local block?

0 Answers   InterGraph,






What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

0 Answers  


A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?

0 Answers  


what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9

0 Answers  


being a chemical engineer and with an aggregate of 80% why you opt for TCS and not your core industry?

1 Answers   TCS,


How pointer is benefit for design a data structure algorithm?

2 Answers  


Why is malloc used?

1 Answers  


How will you write a code for accessing the length of an array without assigning it to another variable?

0 Answers  


Categories