How do I send escape sequences to control a terminal or other device?


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

Post New Answer

More C Interview Questions

Difference between null pointer and dangling pointer?

7 Answers   GE, Wipro,


How can you find the exact size of a data type in c?

0 Answers  


‎How to define structures? · ‎

0 Answers  


any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above

0 Answers  


main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }

5 Answers   Vector, Vector Solutions,






In header files whether functions are declared or defined?

1 Answers   TCS,


What is the purpose of main( ) in c language?

0 Answers  


how to find the given number is prime or not?

6 Answers   IMS, ING,


What are variables c?

0 Answers  


write program on arrays

3 Answers   GE, Polycab,


What are the various types of control structures in programming?

0 Answers  


What is wrong with this declaration?

0 Answers  


Categories