why you will give me a job in TCS.

Answer Posted / sumit

Its a simple economics, you want man power with required
skill set and I want money for my livelihood.

Is This Answer Correct ?    13 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I implement sets or arrays of bits?

609


Is javascript based on c?

598


What are the two types of functions in c?

575


The purpose of this exercise is to benchmark file writing and reading speed. This exercise is divided into two parts. a). Write a file character by character such that the total file size becomes approximately >10K. After writing close the file handler, open a new stream and read the file character by character. Record both times. Execute this exercise at least 4 times b). Create a buffer capable of storing 100 characters. Now after generating the characters, first store them in the buffer. Once the buffer is filled up, store all the elements in the file. Repeat the process until the total file size becomes approximately >10K.While reading read a while line, store it in buffer and once buffer gets filled up, display the whole buffer. Repeat the exercise at least 4 times with different size of buffer (50, 100, 150 …). Records the times. c). Do an analysis of the differences in times and submit it in class.

1637


How to find a missed value, if you want to store 100 values in a 99 sized array?

821






write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

2273


Write a program with dynamically allocation of variable.

607


What is the difference between malloc() and calloc()?

620


Explain the array representation of a binary tree in C.

732


What is the difference between struct and typedef struct in c?

663


Are pointers integers in c?

615


What is new line escape sequence?

814


What is the use of typedef in structure in c?

549


How can I trap or ignore keyboard interrupts like control-c?

622


What happens if a header file is included twice?

603