why r u join this company? give solid resons.
Answer Posted / kaberi
bcoz i wanna learn somethig i course of my service with
self satisfaction and this company is tthe best to give me
that opertunity
| Is This Answer Correct ? | 26 Yes | 1 No |
Post New Answer View All Answers
Explain what is dynamic data structure?
Where are some collections of useful code fragments and examples?
How do you write a program which produces its own source code as output?
What are c header files?
What is static volatile in c?
What is an array? What the different types of arrays in c?
What is array of structure in c?
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
Compare interpreters and compilers.
Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant
What is main function in c?
what is the height of tree if leaf node is at level 3. please explain
What is the difference between text and binary modes?
What is memory leak in c?
What is string in c language?