Problems in C
Sunday, February 24, 2008
Definition vs Declaration
Question
1.)
struct a
{
int a;
float b;
struct a var;
};
2.)
struct a
{
int a;
float b;
struct a *var;
};
3.)
struct a
{
int a;
float b;
struct a **var;
};
which of the above is incorrect declaration???
ans 1.)
Solution
Comments Invited ..
No comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
Blog Archive
▼
2008
(5)
▼
February
(5)
Question Set 3
Question Set 2
Question Set 1
Switch Case
Definition vs Declaration
About Me
subtoodle
View my complete profile
No comments:
Post a Comment