How are Structure passing and returning implemented by the complier?


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

Post New Answer

More C Interview Questions

Why #include is used in c language?

0 Answers  


Tell me the use of bit field in c language?

0 Answers  


what is the difference between strcpy() and memcpy() function?

2 Answers  


implement OR gate without using any bitwise operator.

1 Answers   Alcatel, Wipro,


What are linked lists in c?

0 Answers  






Is flag a keyword in c?

0 Answers  


How do I use void main?

0 Answers  


identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;

8 Answers   TCS,


Why doesnt that code work?

0 Answers  


write a c program that if the given number is prime, and their rearrangement(permute) of that number is also prime. Ex: Input is "197" is prime Output: 791,917,179 is also prime. Please any one tell me tha code for that

3 Answers  


What tq means in chat?

0 Answers  


2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);

9 Answers   HCL, Tech Mahindra,


Categories