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

what are the general concepts of c and c++

2 Answers  


how to add two numbers without using arithmetic operators?

4 Answers  


How can I manipulate individual bits?

0 Answers  


#include<stdio.h> void main() { char *str; long unsigned int add; str="Hello C"; add=&str[0]; printf("%c",add); } What is the output?

4 Answers   Infosys,


Why doesn't the code "a[i] = i++;" work?

4 Answers  


What is the scope of an external variable in c?

0 Answers  


a=0; while(a<5) printf("%d\n",a++); how many times does the loop occurs? a.infinite b.5 c.4 d.6

7 Answers   TCS,


which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

0 Answers  


write a program in c language to print your bio-data on the screen by using functions.

0 Answers  


What is stack in c?

0 Answers  


Is it possible to use curly brackets ({}) to enclose single line code in c program?

0 Answers  


What is the use of header files?

0 Answers  


Categories