What is the purpose of clrscr () printf () and getch ()?


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

Post New Answer

More C Interview Questions

What is use of #include in c?

0 Answers  


who is the father of C Language?

20 Answers   CTS, UST,


What does %c mean in c?

0 Answers  


What is function pointer c?

0 Answers  


Can you please explain the difference between strcpy() and memcpy() function?

0 Answers  






Sir,please help me out with the output of this programme:- #include<stdio.h> #include<conio.h> void main() { int a=18,b=12,i; for(i=a<b?a:b;a%i||b%i;i--); printf("%d %d",i); }

4 Answers  


What is #ifdef ? What is its application?

0 Answers   TCS,


In a byte, what is the maximum decimal number that you can accommodate?

0 Answers  


Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc

0 Answers  


Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.

0 Answers  


write an algorithm and a program to count the number of elements in a circularly singly linked list

1 Answers   Ignou,


What is a shell structure examples?

0 Answers  


Categories