why i join syntel?
Answers were Sorted based on User's Feedback
Answer / softwaretester4u
work environment is good. but pls post questions for
technical related this is help to others
| Is This Answer Correct ? | 12 Yes | 26 No |
Answer / anu
I am totally vexed in attending companies....n i hope i cud
crack syntel n i wanna begin my career...
| Is This Answer Correct ? | 2 Yes | 16 No |
How can I sort a linked list?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
What is meant by gets in c?
Differentiate between a for loop and a while loop? What are it uses?
Why array is used in c?
in iso what are the common technological language?
#include<stdio.h> int main(){ int a[]={1,2,3,5,1}; int *ptr=a+4; int y=ptr-a; printf("%d",y); }
Is c high or low level?
What is getch () for?
Can you define which header file to include at compile time?
write a c program to check weather a particluar bit is set or not?
What is the use of f in c?