When should structures be passed by values or by references?


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

Post New Answer

More C Interview Questions

Can you please compare array with pointer?

0 Answers  


What is the argument of a function in c?

0 Answers  


How to write a C program to determine the smallest among three nos using conditional operator?

2 Answers   Google,


wat are the two methods for swapping two numbers without using temp variable??

2 Answers  


Do pointers need to be initialized?

0 Answers  






inline function is there in c language?

4 Answers  


Find Error if any in below code, Justify ur answer: struct xx { int a; struct yy { char c; struct xx* p; } struct yy* q; }

3 Answers   NDS,


What is the difference between Printf(..) and sprint(...) ?

0 Answers   InterGraph,


write a program that explain #define and # undef directive

1 Answers  


What is the scope of local variable in c?

0 Answers  


How can I read and write comma-delimited text?

0 Answers  


How can I invoke another program or command and trap its output?

0 Answers  


Categories