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

15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?

2 Answers   CTS,


using for loop sum 2 number of any 4 digit number in c language

0 Answers  


Is it valid to address one element beyond the end of an array?

0 Answers  


How do you initialize pointer variables?

0 Answers  


What is array of structure in c?

0 Answers  






Explain the advantages and disadvantages of macros.

0 Answers   TCS,


Does c have class?

0 Answers  


Do you know pointer in c?

0 Answers  


What is the heap in c?

0 Answers  


What is the description for syntax errors?

0 Answers  


C program to find frequency of each character in a text file?

6 Answers  


difference between i++* and *++i

6 Answers   IBM,


Categories