What is clrscr in c?


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

Post New Answer

More C Interview Questions

What is the difference between char array and char pointer?

0 Answers  


Can a local variable be volatile in c?

0 Answers  


what is differnence b/w macro & functions

1 Answers  


Program to simulate second clock

2 Answers  


Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10

1 Answers   CMS,






#include <stdio.h> int main() { if ("X" <"x") printf("X smaller than x "); } my question is whats the mistake in this program? find it and please tell me..

3 Answers  


How to throw some light on the b tree?

0 Answers  


void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply

0 Answers  


what is diference between return 0 and return NULL??

3 Answers  


What is operator precedence?

0 Answers  


What does the message "warning: macro replacement within a string literal" mean?

1 Answers  


who invented c

13 Answers   IBM,


Categories