Answer Posted / pavan bhalot
header file is that file in which predefines all those
function those are useig in program.like scanf,printf, getch
etc.
| Is This Answer Correct ? | 62 Yes | 4 No |
Post New Answer View All Answers
Is this program statement valid? INT = 10.50;
What is the difference between c and python?
What are the 4 data types?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
Why is it usually a bad idea to use gets()? Suggest a workaround.
Ow can I insert or delete a line (or record) in the middle of a file?
How would you rename a function in C?
What is #include stdio h and #include conio h?
What does c mean in standard form?
How would you obtain the current time and difference between two times?
how to build a exercise findig min number of e heap with list imlemented?
Explain 'bit masking'?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
Write the Program to reverse a string using pointers.
Does c have circular shift operators?