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

main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?

7 Answers   AMCAT, HCL, Ramco, Zycus Infotech,


What is string in c language?

0 Answers  


Can math operations be performed on a void pointer?

0 Answers  


Can true be a variable name in c?

0 Answers  


What should be keep precautions while using the recursion method?

1 Answers  






Differentiate between calloc and malloc.

0 Answers   Wipro,


Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I'm Improve ?

2 Answers  


Find the middle node in the linked list?? (Note:Do not use for loop, count and count/2)

6 Answers   Subex,


What is difference between constant pointer and constant variable?

0 Answers   Hexaware,


What is the difference between typeof(foo) and myFoo.GetType()?

2 Answers   Synergy,


Explain the advantages of using macro in c language?

0 Answers  


What is a protocol in c?

0 Answers  


Categories