Write a program to reverse a linked list in c.
No Answer is Posted For this Question
Be the First to Post Answer
Differentiate between Macro and ordinary definition.
Find the output? void main() {float a=2.0; printf("\nSize of a ::%d",sizeof(a)); printf("\nSize of 2.0 ::%d",sizeof(2.0));}
11 Answers IBM, TCS,
Write a program to compare two strings without using the strcmp() function
42 Answers Accenture, Arba Minch University,
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
write a c program for greatest of three numbers without using if statment
Where static variables are stored in c?
What is a char c?
Write a code to generate divisors of an integer?
how to add numbers without using arithmetic operators.
what is the difference between getch() and getchar()?
i have a written test for microland please give me test pattern
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above