Answer Posted / anita
Syntel's entrepreneurial culture encourages employees to
think and act like company owners, delivering a
culture of Opportunity, Choice, and Ownership.It increases
interpersonal skills as well as problem solving skills in
the global world.
| Is This Answer Correct ? | 14 Yes | 16 No |
Post New Answer View All Answers
What is the difference between scanf and fscanf?
What does #pragma once mean?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
Write the control statements in C language
What is c token?
Which is better between malloc and calloc?
Why is structure padding done in c?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
How can I remove the trailing spaces from a string?
Is it valid to address one element beyond the end of an array?
What is the difference between declaring a variable and defining a variable?
Explain built-in function?
Explain the difference between strcpy() and memcpy() function?
What functions are used for dynamic memory allocation in c language?