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

Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

0 Answers  


What is the scope of static variable in c?

0 Answers  


#include<stdio.h> #include<conio.h> void main() { char ch='\356'; printf("%d",ch); } o/p=-18 why?plz.explain

2 Answers  


What's the difference between calloc() and malloc()?

4 Answers  


What is structure packing in c?

0 Answers  


What is scanf_s in c?

0 Answers  


Explain indirection?

0 Answers  


explain memory layout of a C program

2 Answers  


What is the right way to use errno?

0 Answers  


What is the difference between GETS();AND SCANF();

4 Answers   TCS,


Main must be written as a.the first function in the program b.Second function in the program c.Last function in the program d.any where in the program

19 Answers   CTS, HCL, TCS,


What is structure padding ?

3 Answers   HP,


Categories