Find the middle node in the linked list??
(Note:Do not use for loop, count and count/2)
Answer Posted / om
just use recursion .....it's simple......
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
Explain 'far' and 'near' pointers in c.
What are the properties of union in c?
Why c language?
Explain why can’t constant values be used to define an array’s initial size?
Is it better to use malloc() or calloc()?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
What do mean by network ?
What is string constants?
How can I determine whether a machines byte order is big-endian or little-endian?
Are comments included during the compilation stage and placed in the EXE file as well?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
shorting algorithmS
What is the difference between exit() and _exit() function?