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

Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates

3 Answers  


Predict the output or error(s) for the following: 25. main() { printf("%p",main); }

3 Answers   Google, ME,


hat is a pointer?

4 Answers   Assurgent,


write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?

0 Answers  


How do you generate random numbers in C?

0 Answers  






What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);

3 Answers   Bosch,


Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"

0 Answers  


Write a program to know whether the input number is an armstrong number.

0 Answers   Wipro,


How to write a code for reverse of string without using string functions?

0 Answers   TCS,


In a header file whether functions are declared or defined?

0 Answers   TISL,


#include<stdio.h> void main() { int a [5]; for (i=0; i<=4; i++) printf(“%d” ,a[i]); }

8 Answers  


What are the 5 data types?

0 Answers  


Categories