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

Explain what is the difference between text files and binary files?

612


How is actual parameter different from the formal parameter?

587


When should we use pointers in a c program?

626


Find duplicates in a file containing 6 digit number (like uid) in O (n) time.

2604


Explain how can a program be made to print the line number where an error occurs?

690






What is a good way to implement complex numbers in c?

591


What is the most efficient way to count the number of bits which are set in an integer?

587


where are auto variables stored? What are the characteristics of an auto variable?

588


Lists the benefits of c programming language?

592


Why can’t constant values be used to define an array’s initial size?

828


Here is a neat trick for checking whether two strings are equal

562


in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures

674


Write a program to reverse a linked list in c.

639


Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.

647


Why c is called a middle level language?

634