Explain how to reverse singly link list.


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

Post New Answer

More C Interview Questions

Explain argument and its types.

0 Answers  


main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

0 Answers   Wilco,


1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?

0 Answers  


What does main () mean in c?

0 Answers  


Explain how do you search data in a data file using random access method?

0 Answers  


there is two conditions , 1. while using for loop for printing 1 to 50 no's simulteneous 2. while using printf functios for printing 1 to 50 no's simulteneous with or without using variables who will take more time for compiling and execution? explain in details with reason?

1 Answers  


char *p="name"; printf(p);

1 Answers  


Tell us the difference between these two : #include"stdio.h" #include<stdio.h> define in detial.

5 Answers  


why ordinary variable store the later value not the initial

1 Answers  


In how much time you will write this c program? Prime nos from 1 to 1000

2 Answers   TCS,


how to write hello word without using semicolon at the end?

6 Answers   Accenture,


What are the key features in c programming language?

0 Answers  


Categories