why r u join this company? give solid resons.

Answer Posted / pushpendra

i want to be a part of it.As it is my pleasure.

Is This Answer Correct ?    11 Yes 31 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is scope and lifetime of a variable in c?

580


What is the difference between int main and void main in c?

595


What is the usage of the pointer in c?

608


How do c compilers work?

613


Differentiate between a for loop and a while loop? What are it uses?

677






What is #include conio h?

598


What is meant by gets in c?

611


What is n in c?

577


What is wrong with this declaration?

615


What do you mean by recursion in c?

630


struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer

766


Write a factorial program using C.

647


Explain spaghetti programming?

684


Process by which one bit pattern in to another by bit wise operation is?

617


Why is c still so popular?

618