Why structure is used in c?


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

Post New Answer

More C Interview Questions

wt is diference between int and int pointer as same as float and float pointer and char and char pointer

8 Answers   CTS, Infosys,


What is ambagious result in C? explain with an example.

0 Answers   Infosys,


Suppose I want to write a function that takes a generic pointer as an argument and I want to simulate passing it by reference. Can I give the formal parameter type void **, and do something like this? void f(void **); double *dp; f((void **)&dp);

1 Answers  


what is the need for main function in c?

5 Answers  


How can I manipulate individual bits?

0 Answers  






what about "char *(*(*a[])())();"

3 Answers   Oracle,


Are enumerations really portable?

0 Answers  


Describe for loop and write a c program to sum the series X + x2/2! + x3 /3! + …….. up to fifteen terms.

2 Answers  


whitch value return void main?

11 Answers  


What is the value of y in the following code? x=7;y=0; if(x=6) y=7; else y=1;

12 Answers   TCS,


what is Structural oriented language? give some example of this language.....?

1 Answers  


What are enumerated types?

0 Answers  


Categories