Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on one doubt in C Quiz within the C and C++ forums, part of the Software Development category; I am having doubt in one question in C quiz. How is a structure variable named as test declared for a structure named as struct exforsys? My answer was struct ...
|
|||||||
|
|||
|
one doubt in C Quiz
I am having doubt in one question in C quiz.
How is a structure variable named as test declared for a structure named as struct exforsys? My answer was struct exforsys test; and system's answer was exforsys test; in gcc (GCC) 3.4.3 20041212 (Red Hat 3.4.3-9.EL4) , if you do not used #typedef then u need to write struct before any structure. Can anyone can clearify it. |
| Sponsored Links |
|
|||
|
Re: one doubt in C Quiz
As per my views,
as the structure type variable exforsys has been already defined as a structure variable so it doesnt needs to define it again for creating its own variable... |
|
|||
|
Re: one doubt in C Quiz
Quote:
|
|
|||
|
Re: one doubt in C Quiz
Quote:
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| New Online Quiz Module - Yes its LIVE now!!! | Lokesh M | Site News & Announcements | 5 | 07-28-2009 09:27 AM |
| Quiz Section | admin | Suggestions & Feedback | 5 | 07-15-2007 03:43 AM |
| Latest Quiz in Geek Online Testing | Lokesh M | Site News & Announcements | 0 | 05-19-2007 07:11 AM |
| Quiz Competetion | Jim.Anderson | Suggestions & Feedback | 4 | 11-02-2006 09:12 AM |
| Quiz Competition | admin | Site News & Announcements | 2 | 10-04-2006 08:14 PM |