Answer Posted / sanjaykuma
denni's reche in 1970 at at&tbell lab's
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Why is event driven programming or procedural programming, better within specific scenario?
Write a program to find factorial of a number using recursive function.
How do I send escape sequences to control a terminal or other device?
What is the best style for code layout in c?
When the macros gets expanded?
What do you mean by a local block?
What is the size of a union variable?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
How is a null pointer different from a dangling pointer?
How do you construct an increment statement or decrement statement in C?
What is s in c?
What is the correct declaration of main?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
What are type modifiers in c?
What do you mean by recursion in c?