Answer Posted / sameer
As syntel is one among the most well known mnc's,as i want
to start my career with a good mnc,i find syntel to be the
best in every aspect.as communicating n co-ordinating with
employees will help us to improve in everyway,which
eventually reflect in my performance.
| Is This Answer Correct ? | 9 Yes | 6 No |
Post New Answer View All Answers
How pointer is different from array?
Is sizeof a keyword in c?
Explain can you assign a different address to an array tag?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
Write a program to show the change in position of a cursor using c
What is the newline escape sequence?
find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }
pierrot's divisor program using c or c++ code
What is wrong with this statement? Myname = 'robin';
How can you check to see whether a symbol is defined?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
Explain the properties of union.
Who invented b language?
What is meant by type specifiers?