Answer Posted / useless
C is just like a sea. very wide and deep....
| Is This Answer Correct ? | 5 Yes | 13 No |
Post New Answer View All Answers
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
Differentiate between full, complete & perfect binary trees.
What is string function c?
Why can't I perform arithmetic on a void* pointer?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
What is c mainly used for?
What would be an example of a structure analogous to structure c?
Explain the process of converting a Tree into a Binary Tree.
Write a program to print factorial of given number using recursion?
What are valid operations on pointers?
What does %c do in c?
Write a program to reverse a linked list in c.
What is equivalent to ++i+++j?
Explain how can I open a file so that other programs can update it at the same time?
Add Two Numbers Without Using the Addition Operator