Friday 19 June 2009

How can you say typedef is also a storage class?

Answer: If we will write following C code void main(){ typedef static int integer; Integer p=25; Printf(“%d”,p); } Output: Compiler error-Too many storage class
It is not necessary that each primary data type support all five group of quantifier.

No comments:

Post a Comment