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

Answer Posted / skjha

One error.

Type mismatch occur.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?

1446


How are structure passing and returning implemented?

588


When should the volatile modifier be used?

680


What is static function in c?

629


How the c program is executed?

630






What is the difference between single charater constant and string constant?

617


What is the purpose of scanf() and printf() functions?

721


swap 2 numbers without using third variable?

656


write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34

1626


Linked lists -- can you tell me how to check whether a linked list is circular?

643


What are valid signatures for the Main function?

697


Why can’t we compare structures?

808


What is the size of empty structure in c?

589


What is dynamic memory allocation?

804


What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?

899