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 difference between malloc calloc and realloc in c?

0 Answers  


Here is a neat trick for checking whether two strings are equal

0 Answers  


How can my program discover the complete pathname to the executable from which it was invoked?

0 Answers  


any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above

0 Answers  


Why Modern OS are interrupt driven?Give an example

3 Answers  






write a c program to calculate sum of digits till it reduces to a single digit using recursion

0 Answers   IBM,


How to write a program to receive an integer & find its octal equivalent by using for loop?

1 Answers   Google,


Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.

0 Answers   Amazon,


What is main () in c?

0 Answers  


I have an array of 100 elements, each of which is a random integer. I want to know which of the elements: a) are multiples of 2 b) are multiples of 2 AND 5 c) have a remainder of 3 when divided by 7

1 Answers  


How can I rethow can I return a sequence of random numbers which dont repeat at all?

0 Answers  


how to find anagram without using string functions using only loops in c programming

1 Answers   Mind Tree, TCS,


Categories