why r u join this company? give solid resons.
Answer Posted / sumit
because this is my fav company
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
Why does this code crash?
What are the different properties of variable number of arguments?
What is difference between scanf and gets?
Explain what is the benefit of using an enum rather than a #define constant?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
Define recursion in c.
Give differences between - new and malloc() , delete and free() ?
How do you search data in a data file using random access method?
Is a house a mass structure?
Difference between goto, long jmp() and setjmp()?
What is sizeof int?
.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 the different types of control structures in programming?
What is oops c?
Why does the call char scanf work?