how to execute with out main in cprogram
Answer Posted / arpit gupta
in this code getch() need prototype
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Write a program to print factorial of given number without using recursion?
How important is structure in life?
explain what are pointers?
What is difference between %d and %i in c?
Do pointers need to be initialized?
What is %d used for?
What is difference between structure and union?
Write program to remove duplicate in an array?
How can I change their mode to binary?
What are multibyte characters?
List the variables are used for writing doubly linked list program.
How many parameters should a function have?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
what is the difference between 123 and 0123 in c?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?