Previous in Forum: oracle   Next in Forum: c-language
Close
Close
Close
Rate Comments: Nested
Active Contributor

Join Date: Jan 2008
Posts: 10

c-language

01/26/2008 8:04 AM

what are the differences between structure and union?

What is the difference between the following two programs?

1)void main()

{

printf("Good morning");

}

2)main()

{

printf("Good morning");

return 0;

}

Register to Reply
This discussion was "closed" on 01/28/2008 12:49 PM. No new comments are allowed.
Message from admins:
CR4 is not a homework cheat site. While some here might relish the opportunity to sharpen up old rusty skills by working the homework problem, consider this and consider it well. If you cheat on your homework by using someone else's answers, you are only cheating yourself, because the purpose of any
Guru
Engineering Fields - Instrumentation Engineering - New Member Hobbies - Fishing - New Member

Join Date: Jan 2008
Location: Kazakhstan
Posts: 753
Good Answers: 8
#1

Re: c-language

01/26/2008 10:18 AM

If you are preparing for exam

http://www.physics.iisc.ernet.in/~ganapati/oldwebsite/cprog/clist.htm

Register to Reply
Register to Reply
This discussion was "closed" on 01/28/2008 12:49 PM. No new comments are allowed.
Message from admins:
CR4 is not a homework cheat site. While some here might relish the opportunity to sharpen up old rusty skills by working the homework problem, consider this and consider it well. If you cheat on your homework by using someone else's answers, you are only cheating yourself, because the purpose of any

Previous in Forum: oracle   Next in Forum: c-language

Advertisement