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
Tell me what is the purpose of 'register' keyword in c language?
Given an array of characters, how would you reverse it? How would you reverse it without using indexing in the array?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
What does the file stdio.h contain?
write a program to swap two variables a=5 , b= 10 without using third variable
What is the difference between ++a and a++?
What is a void pointer in c?
There are 3 baskets of fruits with worng lables,one basket has apple,another basket has orange,another has combination of apple and orange,what is the least way of interchange the lables.
15 Answers Cisco, Google, MBT,
What are different types of operators?
Go through the following code sinippet char a[20]; a="Hello Orcale Test"; will this compile?
What is nested structure in c?
How to write a multi-statement macro?