Write a program to reverse a linked list in c.
No Answer is Posted For this Question
Be the First to Post Answer
Between macros and functions,which is better to use and why?
How do you write a program which produces its own source code as its output?
What is the difference between array and structure in c?
What is a structure and why it is used?
write a c program to find largest of three numbers using simple if only for one time.
Why can't I perform arithmetic on a void* pointer?
How can I read a directory in a C program?
2 Answers Bright Outdoor, Wipro,
Will Macros support multiple arguments ?
Explain what is a stream?
Why is extern used in c?
What is the difference between #include <header file> and #include “header file”?
what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }