‎How to define structures? · ‎


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

Post New Answer

More C Interview Questions

How do you use a 'Local Block'?

0 Answers   Ericsson,


What is a 'null pointer assignment' error?

0 Answers  


What is the benefit of using #define to declare a constant?

0 Answers  


Why is void main used?

0 Answers  


In the following code segment what will be the result of the function, value of x , value of y { unsigned int x=-1; int y; y = ~0; if(x == y) printf("same"); else printf("not same"); } a) same, MAXINT, -1 b) not same, MAXINT, -MAXINT c) same , MAXUNIT, -1 d) same, MAXUNIT, MAXUNIT e) not same, MAXINT, MAXUNIT

1 Answers   IBM,






What do you know about the use of bit field?

0 Answers  


please give me some tips for the placement in the TCS.

0 Answers   TCS,


why do some people write if(0 == x) instead of if(x == 0)?

0 Answers  


What is a struct c#?

0 Answers  


Explain how can I convert a number to a string?

0 Answers  


What is the purpose of the statement: strcat (S2, S1)?

0 Answers  


Why can’t we compare structures?

0 Answers  


Categories