How will you delete a node in DLL?
No Answer is Posted For this Question
Be the First to Post Answer
Explain a file operation in C with an example.
What is structure packing ?
How can you read a directory in a C program?
what is meant by flushll() in c programming?
main() { static int ivar=5; printf("%d",ivar--); if(ivar) main(); }
Write a program to generate random numbers in c?
Explain void pointer?
What is true about the following C Functions (a) Need not return any value (b) Should always return an integer (c) Should always return a float (d) Should always return more than one value
How are pointers declared in c?
How can I find out the size of a file, prior to reading it in?
How can I read and write comma-delimited text?
How to find the usage of memory in a c program