Programming Language
By its_pallab
@its_pallab (192)
India
February 14, 2007 10:13am CST
I Know some Programming Languages.
Can you solve it?If "pointer" is the pointer given then,
Struct node*current;Struct node*nextone;current= malloc(sizeof(struct node));current=pointer;nextone=current-next;current-data=nextone-data;current-next=nextone-next;is this right.
1 person likes this
3 responses
@ankitsingh225 (155)
• India
17 Feb 07
Which programming language is this?Can you post some c++ questions?
@hi_gourab (242)
• India
23 Feb 07
well don't you think that we shall concentrate on getting the advanced languages in use for our topics for posting..it really has become the market's demand and shall make the market boom in tech sector..this include the c#,java,vb.net,php,cgi etc...
1 person likes this
@devikanna (30)
• United States
23 Feb 07
Sorry iam not able to figure out the pointers concept in C as i am not a C programmer. But my guess is it is pointing to the same object.