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

can any one provide me the notes of data structure for ignou cs-62 paper

0 Answers   Ignou,


What’s a signal? Explain what do I use signals for?

0 Answers  


write the program for maximum of the following numbers? 122,198,290,71,143,325,98

5 Answers  


24.what is a void pointer? 25.why arithmetic operation can’t be performed on a void pointer? 26.differentiate between const char *a; char *const a; and char const *a; 27.compare array with pointer? 28.what is a NULL pointer? 29.what does ‘segmentation violation’ mean? 30.what does ‘Bus Error’ mean? 31.Define function pointers? 32.How do you initialize function pointers? Give an example? 33.where can function pointers be used?

2 Answers  


which will return integer? a) int*s ( ) b) ( int* ) s( ) c) int ( *s ) ( )

1 Answers   C DAC,






What is sparse file?

1 Answers  


if the total selling price of 15 items and the total profit earned on them is input through the keyboard, write a program to find the cost price of one of the item

2 Answers  


What are the rules for the identifier?

0 Answers  


How can I do graphics in c?

0 Answers  


What is the difference between mpi and openmp?

0 Answers  


What is chain pointer in c?

0 Answers  


How do you define a string?

0 Answers  


Categories