dibakar & vekatesh..uttejana here..abt ur reply for in
place reversal of linked list..wats p stands for there?



dibakar & vekatesh..uttejana here..abt ur reply for in place reversal of linked list..wats p s..

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

Post New Answer

More C Interview Questions

what is the syallabus of computer science students in group- 1?

0 Answers  


What is static and volatile in c?

0 Answers  


A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler

0 Answers  


Write a program that an operator and two operands read from input operand operator on the implementation and results display.

0 Answers  


The program will first compute the tax you owe based on your income. User is prompted to enter income. Program will compute the total amount of tax owed based on the following: Income Tax 0 - $45,000 = 0.15 x income $45,001 - $90,000 = 6750 + 0.20 x (income – 45000) $90,001 - $140,000 = 15750 + 0.26 x (income – 90000) $140,001 - $200,000 = 28750 + 0.29 x (income – 140000) Greater than $200,000 = 46150 + 0.33 x (income – 200000) Dollar amounts should be in dollars and cents (float point numbers with two decimals shown). Tax is displayed on the screen.

0 Answers   Microsoft,






What are comments and how do you insert it in a C program?

0 Answers  


Can you mix old-style and new-style function syntax?

0 Answers  


What is the meaning of && in c?

0 Answers  


Find greatest of two numbers using macro

4 Answers   Bosch, Siemens,


#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }

1 Answers  


What are the 5 types of organizational structures?

0 Answers  


What are the three constants used in c?

0 Answers  


Categories