What is pointer in c?


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

Post New Answer

More C Interview Questions

union { char ch[10]; short s; }test; test.s = 0xabcd; main() { printf("%d",ch[10]); }

3 Answers  


Define VARIABLE?

0 Answers   ADP,


What are the features of the c language?

0 Answers  


SIR PLS TELL ME THE CODE IN C LANGUAGE TO PRINT THE FOLLOWING SERIES 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1 1 2 3 2 1 1 2 1 1

4 Answers  


How can I change their mode to binary?

0 Answers  






Is c is a high level language?

0 Answers  


How to draw the flowchart for structure programs?

0 Answers  


a number is perfect if it is equal to the sum of its proper divisor.. 6 is perfect number coz its proper divisors are 1,2 and three.. and 1+2+3=6... a number is deficient if the sum of its proper divisor is less than the number.. sample: 8 is deficient, coz its proper divisors are 1,2 and 4, and 1+2+4=7. abundant number, if the sum of its proper divisor is greater than the number.. sample..12 is abundant coz 1+2+3+4+6=16 which is geater than 12. now write a program that prompts the user for a number, then determines whether the number is perfect,deficient and abundant..

1 Answers  


How to reverse a string using a recursive function, with swapping?

5 Answers  


What is the difference between near, far and huge pointers?

0 Answers  


How can I increase the allowable number of simultaneously open files?

1 Answers   ABC,


provide an example of the Group by clause, when would you use this clause

0 Answers  


Categories