How is a structure member accessed?


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

Post New Answer

More C Interview Questions

How will you allocate memory to double a pointer?

1 Answers  


I have seen function declarations that look like this

0 Answers  


Can a variable be both const and volatile?

0 Answers  


write a proram to reverse the string using switch case?

0 Answers   Syntel,


what is difference between userlevel threads and kernel level threads ?what are the trades offs between these two approaches ? what approach is most frequently used and why ?

1 Answers  






define c

6 Answers   HCL, TCS,


What is New modifiers?

0 Answers   NA,


How does pointer work in c?

0 Answers  


Explain how can you determine the size of an allocated portion of memory?

0 Answers  


Why c is called object oriented language?

0 Answers  


Write a C program to perform some of the operation which can be performed using Single linked list

1 Answers   Qualcomm,


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,


Categories