Post New Answer View All Answers
How can I sort a linked list?
Can we use any name in place of argv and argc as command line arguments?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
what is uses of .net
What is the best style for code layout in c?
What are different types of variables in c?
Differentiate between a structure and a union.
Can the “if” function be used in comparing strings?
What are pointers in C? Give an example where to illustrate their significance.
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
What are identifiers and keywords in c?
What are the back slash character constants or escape sequence charactersavailable in c?
Explain spaghetti programming?
Explain what is the difference between text files and binary files?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?