Answer Posted / krishan saini
well, syntel is 1 of the most prestigious MNC . any1
especially freshers like me would like to join such a MNC
which provides a challenging environment for work which
helps in the growth of the company as well as of the
candidate.that,s why i would feel proud if i can be the part
of your company.
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
What is a node in c?
can we change the default calling convention in c if yes than how.........?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
Give basis knowledge of web designing ...
Difference between Shallow copy and Deep copy?
What does char * * argv mean in c?
What does printf does?
What are the disadvantages of c language?
What is extern c used for?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
What do you mean by dynamic memory allocation in c? What functions are used?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
how is the examination pattern?
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 different types of pointers?