why r u join this company? give solid resons.
Answer Posted / vishwnath patil
Bcoz,,,,
i want to strugle in my life & only this company will
gives u how to strugle in ur s/w feilds...............
& also i want to learn with real time problems how to solve
that,how shoud give o/p on ur proper task...
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain what is a pragma?
What is a volatile keyword in c?
How can I find out the size of a file, prior to reading it in?
What are the uses of null pointers?
How many types of errors are there in c language? Explain
How can I manipulate individual bits?
What is sizeof int in c?
What are the usage of pointer in c?
Why should I prototype a function?
What are unions in c?
What are Macros? What are its advantages and disadvantages?
What is class and object in c?
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
What are variables c?
Can we change the value of static variable in c?