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 text files and binary files?
What is the purpose of main( ) in c language?
What is c++ used for today?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
Explain what is wrong with this program statement?
Did c have any year 2000 problems?
Write a code on reverse string and its complexity.
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
Can a function argument have default value?
What does a function declared as pascal do differently?
Can you add pointers together? Why would you?
What are runtime error?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
How will you divide two numbers in a MACRO?