Which header file is used for clrscr?


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

Post New Answer

More C Interview Questions

what is the purpose of the following code, and is there any problem with the code? void fn(long* p1, long* p2) { register int x = *p1; register int y = *p2; x ^= y; y ^= x; x ^= y; *p1 = x; *p2 = y; }

1 Answers   Google,


How do you list a file’s date and time?

0 Answers  


How can I do serial ("comm") port I/O?

0 Answers   Celstream,


How can I generate floating-point random numbers?

0 Answers  


A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers

0 Answers  






1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?

2 Answers   nvidia,


What happens if a header file is included twice?

0 Answers  


How do you define structure?

0 Answers  


What is the value of c?

0 Answers  


application of static variables in real time

1 Answers   Bosch,


create a C program that displays one z,two y's,three x's until twenty six A's. plzz answer i need it tomorrow.

4 Answers  


what is the use of macro program

1 Answers   TCS,


Categories