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
What are pointers really good for, anyway?
How will you write a code for accessing the length of an array without assigning it to another variable?
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
Why is extern used in c?
What is pass by reference in c?
Can a pointer be null?
What is linear search?
What is a constant?
Hai what is the different types of versions and their differences
Explain what does it mean when a pointer is used in an if statement?
What is the difference between the expression “++a” and “a++”?
What are header files and explain what are its uses in c programming?
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
can we have joblib in a proc ?
which is conditional construct a) if statement b) switch statement c) while/for d) goto