Answer Posted / abhradeep chatterjee
Shubham Singh's Code is Wrong. Please follow my code for
output.
| Is This Answer Correct ? | 5 Yes | 10 No |
Post New Answer View All Answers
Define C in your own Language.
Differentiate between full, complete & perfect binary trees.
What is the role of && operator in a program code?
How do you define CONSTANT in C?
What is a scope resolution operator in c?
In C, What is the #line used for?
Can we use visual studio for c?
Can a void pointer point to a function?
What is the most efficient way to count the number of bits which are set in an integer?
Explain threaded binary trees?
What is the use of a static variable in c?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
How do I create a directory? How do I remove a directory (and its contents)?
Why do we use int main instead of void main in c?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?