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 meant by type casting?

629


Write a program to swap two numbers without using a temporary variable?

612


Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)

5806


What is chain pointer in c?

604


How can I copy just a portion of a string?

818






Why c is called object oriented language?

592


What is a good data structure to use for storing lines of text?

600


How can I write functions that take a variable number of arguments?

627


Why is extern used in c?

613


Explain about block scope in c?

663


Can you think of a logic behind the game minesweeper.

2011


What is the code for 3 questions and answer check in VisualBasic.Net?

1695


write a program for the normal snake games find in most of the mobiles.

1787


the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function

763


Explain how do you list a file’s date and time?

621