why r u join this company? give solid resons.
Answer Posted / tanuz
i consider my self as with good ideas,and creativity,and i
think u r company is one where i my ideas and
creativity,and if i will join in u r company i will able to
give the concrete shape to my ideas.
| Is This Answer Correct ? | 7 Yes | 8 No |
Post New Answer View All Answers
How can I read data from data files with particular formats?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
What is the c language function prototype?
How many bytes is a struct in c?
find the sum of two matrices and WAP for it.
What is malloc return c?
What is malloc calloc and realloc in c?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
Write a program to print factorial of given number using recursion?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
What is pass by reference in c?
Can we access the array using a pointer in c language?
Is fortran still used today?
Explain the use of #pragma exit?