What is the size of structure pointer in c?


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

Post New Answer

More C Interview Questions

Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?

0 Answers   Infosys,


Write a routine that prints out a 2-D array in spiral order!

1 Answers   Lucent,


What is c programming structure?

0 Answers  


There is a 100-story building and you are given two eggs. The eggs (and the building) have an interesting property that if you throw the egg from a floor number less than X, it will not break. And it will always brake if the floor number is equal or greater than X. Assuming that you can reuse the eggs which didn't broke; you got to find X in a minimal number of throws. Give an algorithm to find X in minimal number of throws.

5 Answers   Yahoo,


Explain Function Pointer?

0 Answers   Wipro,


What is calloc() function?

0 Answers  


Which is better between malloc and calloc?

0 Answers  


WHAT IS LOW LEVEL LANGUAGE?

2 Answers  


explain what is a newline escape sequence?

0 Answers  


Why doesnt that code work?

0 Answers  


Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..

0 Answers   Huawei,


How does pointer work in c?

0 Answers  


Categories