What is clrscr ()?


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

Post New Answer

More C Interview Questions

what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits

2 Answers   Wipro,


Should a function contain a return statement if it does not return a value?

0 Answers  


What is the advantage of using #define to declare a constant?

0 Answers   Agilent, ZS Associates,


differentiate built-in functions and user – defined functions.

0 Answers  


Can math operations be performed on a void pointer?

0 Answers  






Which is not valid in C? 1) class aClass{public:int x;} 2) /* A comment */ 3) char x=12;

7 Answers  


implement general tree using link list

1 Answers   Wipro,


What standard functions are available to manipulate strings?

0 Answers  


write a program for odd numbers?

15 Answers  


What is the Purpose of 'extern' keyword in a function declaration?

0 Answers  


How can I return multiple values from a function?

6 Answers  


What are bit fields? What is their use?

2 Answers   Adobe,


Categories