Thread: Structure

  1. #1
    Registered User
    Join Date
    Jul 2014
    Posts
    2

    Structure

    Hello Everyone!

    I'm beginners in C Programming, i have a question about Structure in C.

    First of all, i know in Function it is possible for

    1. Sending the value of argument
    2. Sending the address of the argument
    3. Returning values from a function by return statement

    Does in Structure it is possible for

    1. returning structure from a function using by return statement

    Please help me?

  2. #2
    Registered User
    Join Date
    Jul 2014
    Posts
    1
    Yes, you can return a structure from a function

  3. #3
    Registered User
    Join Date
    Jul 2014
    Posts
    2
    thanks!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 10
    Last Post: 03-18-2014, 10:43 AM
  2. How to find number of structure members in a given structure?
    By bhaskarReddy in forum C Programming
    Replies: 4
    Last Post: 01-16-2012, 05:37 AM
  3. Replies: 4
    Last Post: 04-25-2010, 10:57 AM
  4. Replies: 9
    Last Post: 05-21-2007, 12:10 AM
  5. Replies: 4
    Last Post: 11-22-2006, 12:20 PM