main()
{
clrscr();
}
clrscr();

Answer Posted / arpita

lines compiled- 4
warnings-1
errors-1

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I find the modification date of a file?

704


Differentiate between calloc and malloc.

754


What is the condition that is applied with ?: Operator?

663


What is use of bit field?

772


What is s in c?

615






Here is a good puzzle: how do you write a program which produces its own source code as output?

596


write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a

1451


What is the difference between array and linked list in c?

600


What are the types of type qualifiers in c?

646


What is the difference between memcpy and memmove?

604


What are the advantages of c language?

664


Is null always equal to 0(zero)?

581


write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.

1516


Why cant I open a file by its explicit path?

593


What are reserved words with a programming language?

602