Write a program to reverse a linked list in c.
No Answer is Posted For this Question
Be the First to Post Answer
What is console in c language?
what is the difference between NULL('\0') and 0?
Why doesnt that code work?
What is extern c used for?
Write a C program in Fibonacci series.
How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include<stdio.h>...
what is pointer?
13 Answers HCL, TCS,
Write a program that will read the input of any number of digits n in a row of shafh showing the breakdown of the printing and printing figures by the recursive function.
what would be the output of the following prog? Justify your answer? main() { unsigned char ch; unsigned char i; ch = -255; printf("%d",ch); i = -1; printf("%d",i); }
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
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.
Can you please explain the difference between strcpy() and memcpy() function?