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
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
Wt are the Buses in C Language
what is reason of your company position's in india no. 1.
What does it mean when the linker says that _end is undefined?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
How was c created?
What is %lu in c?
How can I run c program?
What is the full form of getch?
Define recursion in c.
Who developed c language and when?
Why is sizeof () an operator and not a function?
What are structures and unions? State differencves between them.
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58