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

write a c program to remove all the duplicate characters in a string and replace with single character? ex:-input- AAABBBCCC output- ABC

2 Answers   HCL,


Are pointers integer?

0 Answers  


write a program to create a sparse matrix using dynamic memory allocation.

0 Answers  


What is bash c?

0 Answers  


write a program to print infinte number

4 Answers  






When should you not use a type cast?

0 Answers  


stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.

0 Answers  


What is "Duff's Device"?

0 Answers   Celstream,


What has to put when we are inserting as assembly language code into the C code? or When we are inserting as assembly language code into the C code we have to insert one thing at the start and of the assembly language. What are they?

2 Answers  


What is a program flowchart?

0 Answers  


Differentiate between a structure and a union.

0 Answers   Zensar,


difference between memcpy and strcpy

1 Answers  


Categories