why r u join this company? give solid resons.
Answer Posted / harrie007
To pursue a dynamic and challenging career with your
esteemed organization of , it will give me value addition
to my career as well as will also offer opportunity to
enhance my professional skills.
| Is This Answer Correct ? | 30 Yes | 2 No |
Post New Answer View All Answers
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
What are the valid places to have keyword “break”?
What are the different types of errors?
How are 16- and 32-bit numbers stored?
What are the key features in c programming language?
What functions are used in dynamic memory allocation in c?
Explain how do you override a defined macro?
What is boolean in c?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
Where are c variables stored in memory?
How can I write functions that take a variable number of arguments?
Why c is called procedure oriented language?
What is the ANSI C Standard?
How do you define CONSTANT in C?