What is the relationship between pointers and data structure?


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

Post New Answer

More C Interview Questions

What does c mean in standard form?

0 Answers  


int far *near * p; means

0 Answers   Honeywell,


what is the output of the following code? main() { int I; I=0x10+010+10; printf("x=%x",I); } give detailed reason

3 Answers  


compare array with pointer?

1 Answers  


Define a structure to store roll no, name and marks of a student. Using the structure of above write a ‘C’ program to create a file “student.dat”. There must be one record for every student in the file. Accept the data from the user.

0 Answers  






What is wrong with this code?

0 Answers  


what is a void pointer?

2 Answers  


How would you use the functions fseek(), freed(), fwrite() and ftell()?

0 Answers   Aspire, Infogain, TISL,


Two's compliment of -5

4 Answers   Adobe,


What is the purpose of 'register' keyword in c language?

0 Answers  


What is static memory allocation? Explain

0 Answers  


what do you mean by enumeration constant?

0 Answers  


Categories