Pointers Varieties ************************************************************************************************* (1) int *p; // p is a pointer to an...
c4swimmers@yahoogroup...
Apr 1, 2007 11:37 am
7411
(MUST READ: IMPORTANT) Group Rules ********************************* * Subscription & Unsubscription * ********************************* How to Subscribe to...
c4swimmers@yahoogroup...
Apr 1, 2007 11:37 am
7412
File : c4s.zip Description : Animated(Graphical) C Tutorial...
c4swimmers@yahoogroup...
Apr 1, 2007 11:37 am
7413
Hi C/C++ enthusiasts Who am I: C For Swimmers - India's First C/C++ Programming Portal Where am I: www.c4swimmers.net What we do: Discover the depth of C Who...
c4swimmers@yahoogroup...
Apr 1, 2007 11:37 am
7414
it is good that you asked this question, this is common question for interviews: suppose u are standing on the 4th node of the singly linked list and are asked...
hi its simple if we do like this. main() { int i=4,j=5,sum; sum=i-(-j); printf("the sum of numbers without using + operator is:",sum); } plz check it......
... are asked to delete it not knowing which node you are on, and the entire linked list is of say 10 nodes, but even this you are not aware. ... copy the...
... Hi Siva, We can solve the problem. But I have an idea. Try solving it yourself first. Still if you do not get it, send us what you did not get or where you...
Hi This solution does not work for last node on list. because you are not changing the pointer correctly. After deletion new last node next pointer contain...
seetaram naik
seetaramnaik@...
Apr 2, 2007 11:04 am
7421
Hi friends, This is santhosh..... I am working as Embedded engineer at RFMW technologies Pvt ltd... On 31st of march, i went to HCL walk in... these r the...
Hi, This is santhosh.... can any body answer this question.... 1.for this bit field structure how much memory will be allocated.... struct t { unsigned a:1; ...
Hi this is santhosh, If u want to delete a node means atleast u need , data of the node know... If this is the case then u check for the data, by using one...
... not changing the pointer correctly. After deletion new last node next pointer contain some value but not NULL. ... Hi Seetaram, You are right. You have any...
Hi Siva, i think what Mr. Pradeep is suggesting is correct. Until something is tried out it will be like mountain. i hope you have already tried it and might...
Recently I found the following interesting & challenging programming problems related to Mathematics. If anyone is interested lets give a try ?? [Q1]. Each new...
Karthik rampad
karthik.rampad@...
Apr 3, 2007 4:29 am
7429
In singly linked list there is no way to find out the previous node of current node. So it is not possible to modify the link of previous node, thus it is not...
... program prints "hello world" instead. ... hello this is chaitu see this prog print semicolon with out using asemicolon #include<stdio.h> #define a 59/*59...
... Hi Santosh, What you have mentioned is the definition of a structure. Here memory is not allocated. And for the 'why' part of it, it is because no variable...
Hi Friends, If one wants to post a new message , please do not reply to an existing mail. This would be confusing. It is as easy to create a new message as we...