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
what is ANSI and ISO
what will be the output for the following program? main() { char ch = 'k'; char c; printf("%c",c); }
what is the value of 'i'? i=strlen("Blue")+strlen("People")/strlen("Red")-strlen("green")
7 Answers Cadence, JNTU, Zen Technologies,
define string ?
if a person is buying coconuts of Rs10,and then sell that coconuts of Rs9,with the loss of one rupee.After that the person became a millaniore.how?
What is a char c?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;
What is the best way to store flag values in a program?
number of times a digit is present in a number
the maximum width of a c variable name can be a) 6 characters b) 8 characters c) 10 characters d) 20 characters
What is the use of sizeof?