dibakar & vekatesh..uttejana here..abt ur reply for in
place reversal of linked list..wats p stands for there?
Answer / vinod l r
p stands for head node.
link stands for the next node it has to point
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between char a[] = "string"; and char *p = "string"; ?
14 Answers Adobe, Honeywell, TCS,
Can you think of a way when a program crashed before reaching main? If yes how?
#include<stdio.h> int main() { int i=0,j=1,k=2,m,n=0; m=i++&&j++&&k++||n++; printf("%d,%d,%d,%d,%d",i,j,k,m,n); }
12 Answers Capital IQ, Sasken,
What does void main return?
There are 21 people in a room. They have to form groups of 3 people each. How many combinations are possible? Write a C program to print the same.
Ow can I insert or delete a line (or record) in the middle of a file?
What is extern storage class in c?
what is different between auto and local static? why should we use local static?
What is assignment operator?
To find whether a number is even or odd without using any conditional operator??
12 Answers College School Exams Tests, IBM,
i have a written test for microland please give me test pattern
What is extern c used for?