Can you pass an entire structure to functions?


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

Post New Answer

More C Interview Questions

Write a function in c to find the area of a triangle whose length of three sides is given.

2 Answers  


Predict the output or error(s) for the following: 25. main() { printf("%p",main); }

3 Answers   Google, ME,


Why does everyone say not to use scanf? What should I use instead?

0 Answers  


write a string copy function routine?

2 Answers  


What does the c preprocessor do?

0 Answers  






Here is alphabets : abcdefgh 1) how to reverse. as hgfedcba 2) after reversal, how to group them in a pair hg fe dc ba.

2 Answers  


Explain what’s a signal? Explain what do I use signals for?

0 Answers  


What's a "sequence point"?

3 Answers  


What is zero based addressing?

0 Answers  


Differentiate between new and malloc(), delete and free() ?

0 Answers   iNautix,


Difference between Shallow copy and Deep copy?

0 Answers  


What is define directive?

0 Answers  


Categories