what is difference between ANSI structure and C99 Structure?



what is difference between ANSI structure and C99 Structure?..

Answer / durgesh singh

Think You.............

Is This Answer Correct ?    5 Yes 19 No

Post New Answer

More C Interview Questions

How can I find the day of the week given the date?

0 Answers  


What is meant by type casting?

0 Answers  


Which of the Following will define a type NODE that is a node in a Linked list? A)struct node {NODE*next;int x;};type def struct node NODE; B)typedef struct NODE {struct NODE *next;int x;}; C)typedef struct NODE {NODE *next;int x;}; D)typedef struct {NODE *next;int x;}NODE;

5 Answers   Accenture, TCS,


What is I ++ in c programming?

0 Answers  


If we give two names then this displays the connection between the two people. It is nothing but flames game

1 Answers  






what is data structure

5 Answers   Maveric, TCS,


how would a 4*3 array A[4][3] stored in Row Major Order?

0 Answers   HCL, Ignou,


What are the different categories of functions in c?

0 Answers  


Is int a keyword in c?

0 Answers  


What are the different types of endless loops?

0 Answers  


how to exchnage bits in a byte b7<-->b0 b6<-->b1 b5<-->b2 b4<-->b3 please mail me the code if any one know to rajeshmb4u@gmail.com

3 Answers   Honeywell, Huawei,


Is c pass by value or reference?

0 Answers  


Categories