how to create duplicate link list using C???


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

A banker has a seif with a cipher. Not to forget the cipher, he wants to write it coded as following: each digit to be replaced with the difference of 9 with the current digit. The banker chose a cipher. Decipher it knowing the cipher starts with a digit different than 9. I need to write a program that takes the cipher from the keyboard and prints the new cipher. I thought of the following: Take the input from the keyboard and put it into a string or an array. Go through the object with a for and for each digit other than the first, substract it from 9 and add it to another variable. Print the new variable. Theoretically I thought of it but I don't know much C. Could you give me any kind of hint, whether I am on the right track or not?

0 Answers  


Print all the palindrome numbers.If a number is not palindrome make it one by attaching the reverse to it. eg:123 output:123321 (or) 12321

7 Answers   HCL,


What is the significance of scope resolution operator?

0 Answers   Agilent, ZS Associates,


How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?

0 Answers   Infosys,


how to generate the length of a string without using len funtion?

4 Answers  






Why we not create function inside function.

0 Answers  


What is bash c?

0 Answers  


How can variables be characterized?

0 Answers  


What is array within structure?

0 Answers  


How do you write a program which produces its own source code as output?

0 Answers  


What is calloc() function?

0 Answers  


a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none

0 Answers  


Categories