please give me some tips for the selection in TCS.
Answers were Sorted based on User's Feedback
Answer / sukekshani
for written exam...prepare GRE Barrons 12
edition...n.....for tech interviwe...b confident for every
answer
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / vassu
Be cofident.... perfect with ur basics they don't ask u
deeply in tech round.... All the best....
| Is This Answer Correct ? | 0 Yes | 0 No |
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I'm Improve ?
Why can't we initialise member variable of a strucutre
which is conditional construct a) if statement b) switch statement c) while/for d) goto
Write the Program to reverse a string using pointers.
What are the uses of pre-processor directives?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
how can we use static and extern?and where can we use this?
print the following using nested for loop. 5 4 3 2 1 1 2 3 4 3 2 1 1 2 1 2 1 1 2 3 4 3 2 1 1 2 3 4 5
i want to asked a question about c program the question is: create a c program that displays all prime numbers less than 500? using looping statement
what will be the output for the following program? main() { char ch = 'k'; char c; printf("%c",c); }
What is the difference between int main and void main?