Why clrscr is used in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

When should the const modifier be used?

0 Answers  


How do I swap bytes?

0 Answers  


Who is invented by c?

24 Answers   Infosys, Mphasis,


How is a pointer variable declared?

0 Answers  


Write a program to generate prime factors of a given integer?

9 Answers   Microsoft,






How can you find the day of the week given the date?

0 Answers  


can we write a c program with out using main

3 Answers  


Explain what is a const pointer?

0 Answers  


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

0 Answers  


2.Given the short c program that follows a. make a list of the memory variables in this program b.which lines of code contain operations that change the contents of memory? what are those operations? Void main( void) { Double base; Double height; Double area; Printf(“enter base and height of triangle :”); Scanf(“%lg”, &base); Scanf(“%lg”, &height); Area=base*height/2.0; Printf(“the area of the triangle is %g \n”,area); }

1 Answers   Wipro,


what is stack , heap ,code segment,and data segment

0 Answers  


whenever a question is posted in a particular category in allinterview.com, Is there any facility to receive an indication mail. For eg: I need to receive an indication email, whenever a question is posted under the category “C Langauage”.

1 Answers  


Categories