I want tcs placement papers of 2004-2009 , its urgent
Answer Posted / saravanan i
ya, i want it
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is the use of bit field?
Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.
What are lookup tables in c?
What is the difference between text and binary i/o?
What is f'n in math?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
Explain modulus operator. What are the restrictions of a modulus operator?
What is the difference between exit() and _exit() function?
What is the c language function prototype?
Explain what is the purpose of "extern" keyword in a function declaration?
How can I do graphics in c?
i got 75% in all semester am i eligible for your company
Why main is not a keyword in c?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference