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
What is the use of sizeof () in c?
Explain what is the use of a semicolon (;) at the end of every program statement?
What is the process to create increment and decrement stamen in c?
What is the maximum no. of arguments that can be given in a command line in C.?
What are 'near' and 'far' pointers?
Are the expressions * ptr ++ and ++ * ptr same?
Create a simple code fragment that will swap the values of two variables num1 and num2.
What is calloc in c?
difference between object file and executable file
What is c language & why it is used?
What is the heap?
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
The difference between printf and fprintf is ?
What is getch?
Explain what does a function declared as pascal do differently?