why r u join this company? give solid resons.

Answer Posted / tarun

because this compuny given the new path of life

Is This Answer Correct ?    1 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)

1623


How to establish connection with oracle database software from c language?

1670


printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions

632


An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array

683


Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;

603






hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...

1435


Why pointers are used?

628


Place the #include statement must be written in the program?

567


Explain can static variables be declared in a header file?

672


what is use of malloc and calloc?

1378


write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.

4979


What are register variables? What are the advantage of using register variables?

676


How can I read/write structures from/to data files?

544


Can we change the value of #define in c?

582


What is a volatile keyword in c?

634