What is the use of clrscr?


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

Post New Answer

More C Interview Questions

nic scientist exam

1 Answers   NIC,


What will the preprocessor do for a program?

0 Answers   Aspire, Infogain,


Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me

0 Answers  


Difference between macros and inline functions? Can a function be forced as inline?

0 Answers   HAL, Honeywell, Zomato,


Is it fine to write void main () or main () in c?

0 Answers  






What is the benefit of using const for declaring constants?

0 Answers  


number 2 plssssss help !!....using array.. turbo c.. create a program that will accept a number and determine if it is a happy number or an unhappy number.. example: enter a number : 7 7*7=49 then 4 and 9 4*4 and 9*9== 16 + 18 gives you 97 then 9 and 7 9*9 and 7*7 == 81 + 49 gives you 130 then 1 and 3 1*1 and 3*3 == 1 + 9 gives you 10 1*1 gives you 1 sample output: 7= 49= 16+81= 97= 81+49=130 =1+9=10 =1 "7 is a happy number" . if the last number is 2 then the number being inputed is not a happy number.

3 Answers  


Why c is called a mid level programming language?

0 Answers  


Is it possible to run a c program without using main?If yes HOW??

13 Answers   Wipro,


How can I list all of the predefined identifiers?

0 Answers  


#define FALSE -1 #define TRUE 1 #define NULL 0 main() { if(NULL) puts("NULL"); else if(FALSE) puts("TRUE"); else puts("FALSE"); }

1 Answers  


What is the significance of c program algorithms?

0 Answers  


Categories