Explain how to reverse singly link list.
No Answer is Posted For this Question
Be the First to Post Answer
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
what is y value of the code if input x=10 y=5; if (x==10) else if(x==9) elae y=8; a.9 b.8 c.6 d.7
Do you know pointer in c?
Why isn't it being handled properly?
1)what are limitations for recursive function? 2)write a program to read a text file and count the number of characters in the text file
Program to simulate second clock
how do we remove the printed character in printf statement and write next it it
What is difference between %d and %i in c?
enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }
What is the advantage of an array over individual variables?
a simple c program using 'for' loop to display the output 5 4 3 2 1
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.