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 |
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
Is there something we can do in C but not in C++? Declare variable names that are keywords in C++ but not C.
no consistent academics. how to answer the question
i got 75% in all semester am i eligible for your company
is assignment operator is arithmatic or not
C language questions for civil engineering
int n=1; while(1) { switch(n) { case 1:printf("a"); n++; continue; case 2:printf("b"); n++; continue; default : printf("c"); break; } break; }
What is static identifier?
what is difference between array of characters and string
using for loop sum 2 number of any 4 digit number in c language
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
Can you add pointers together? Why would you?