Where we use 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 maximum no. of arguments that can be given in a command line in C.?

0 Answers   HCL,


what is difference between array,strutter,union and pointers

3 Answers   CTS, Lovely Professional University, Mannar Company,


Why header file is used in c?

0 Answers  


#include<stdio.h> int main(){ int a[]={1,2,3,5,1}; int *ptr=a+4; int y=ptr-a; printf("%d",y); }

3 Answers   Zoho,


How to use c/c++ code in JAVA

10 Answers   CDAC, IBM, Satyam, Scope International,






Explain how do you print only part of a string?

0 Answers  


i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none

0 Answers  


write a program to print the all 4digits numbers & whose squares must me even numbers?

2 Answers   Virtusa,


What are the different types of objects used in c?

0 Answers  


What is C language ?

0 Answers   Jekson,


Explain what is the benefit of using const for declaring constants?

0 Answers  


What is #define?

0 Answers  


Categories