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

What are 3 types of structures?

0 Answers  


if we take a number as a char then can we manipulate(add, subtract) on this number

2 Answers  


what is the difference between %d and %*d in c languaga?

7 Answers   TCS,


what do you mean by enumeration constant?

0 Answers  


Find Error if any in below code, Justify ur answer: struct xx { int a; struct yy { char c; struct xx* p; } struct yy* q; }

3 Answers   NDS,






If fflush wont work, what can I use to flush input?

0 Answers  


C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions

0 Answers  


how to find the sizof of any datatype using bit manipulations

3 Answers  


Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.

0 Answers   Amazon,


Write a program to implement queue.

0 Answers   Aricent,


what is the use of getch() function in C program.. difference b/w getch() and getche()??

29 Answers   HCL, IBM, Infosys, TCS, Wipro,


What is the difference between void main() and void main (void) give example programme?

0 Answers  


Categories