Home Tutorialhelp Allcomments C Tutorials C Structure

 
 

Comments

 
User Comments for the tutorial:

C Structure example



Total comments: 7      View Tutorial    Discuss: C Structure example
Comments

Kinldy reply
Why did u use st as structure variable in the program????????? 

structures with pointer as components (user input)
#include <stdio.h> struct people { char* name; } person, *ptrPerson; int main() { ptrPerson = &person; printf("\n\nNeuer Name eingeben: "); scanf("%d",ptrPerson->name ); printf("\nName: %d\n\n", person.name); getch(); return 0;  

c structure examples
I will apreciate you if you help me! Thanks!  

structures
good explanation 

structures
this site is very nice.i like it.and learn it.thank you for this one thank you very much. 

structure
excellent examples ,many more students understnd  

structure
excellent examples ,many more students understnd less time. thank you. 

Related Tutorial and Articles
C++

C Tutorials
C Tutorials      ... in celsius.   C Structure Pointer This section illustrates you the concept of Structure Pointer in C. You can see in the given 

Blog

Site map - C Tutorials
; C Tutorials  | Java Tutorials | PHP Tutorials  | Linux...; | XPath Tutorials | HTML Tutorials C Tutorial Section C String Reverse... Structure example | C Structure Pointer | C Temperature Converter | C 

Java Beginners

C Structure
C Structure  Respected sir, Can a structure in C contain a pointer to itself ? if yes means how sir ? plz help me sir 

Programming Tutorials

C++Tutorials
other tutorials, such as C++: Annotations by Frank Brokken and Karel Kubat...; The CPlusPlus Language Tutorial These tutorials explain the C++ language... Borland C++ Builder 3 Page -Tutorials This section of my Builder web 

Development process Questions

C#
C# register form  i want to generate a user id automatically after filling their register form and i want to show their id to their email? please reply me soon 

C Tutorials

C Structure Pointer
C Structure Pointer       This section illustrates you the concept of Structure Pointer in C. You... through structure pointer. For that, we declare the structure type st consisting 

SQL Question

C program - SQL
C program  Thank You . Write some C programs using pointers . Write some C programs using files. Please reply me .   Hi Friend, Please visit the following link: http://www.roseindia.net/c 

CVS Questions

C++
C++  How can i write this in dev c 

Development process Questions

C++
C++  How can i write this in dev c 

Development process Questions

c++
c++  use a prgrm as an example to xplain-: a)class b)object c)message d)cope resolution operator 

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.