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

Explain the difference between struct and union.

2 Answers  


How to write the code of the program to swap two numbers with in one statement?

2 Answers  


What is the equivalent code of the following statement in WHILE LOOP format?

0 Answers  


what is the height of tree if leaf node is at level 3. please explain

0 Answers  


Why doesnt that code work?

0 Answers  


what is the differnce between AF_INET and PF_INET?

5 Answers   Systems Plus, Wipro,


Write a program that an operator and two operands read from input operand operator on the implementation and results display.

0 Answers  


write a programming in c to find the sum of all elements in an array through function.

0 Answers  


Explain how can I make sure that my program is the only one accessing a file?

0 Answers  


Every time i run a c-code in editor, getting some runtime error and editor is disposing, even after reinstalling the software what may be the problem?

2 Answers  


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

0 Answers  


Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff

0 Answers  


Categories