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

Name the language in which the compiler of "c" in written?

3 Answers   Bajaj,


How can I do peek and poke in c?

0 Answers  


Difference between linking and loading?

0 Answers  


how to determine the complexity of an algorithm as log(n)

1 Answers   Google,


Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.

0 Answers   Infosys,






Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me

0 Answers  


Are the expressions * ptr ++ and ++ * ptr same?

0 Answers  


Is the following code legal? struct a { int x; struct a b; }

4 Answers  


what are non standard function in c

0 Answers  


Why is void main used?

0 Answers  


Explain what is the difference between a string and an array?

0 Answers  


Write a C program where input is: "My name is xyz". output is: "xyz is name My".

1 Answers   TCS,


Categories