char *a[2]; int const *p; int *const p; struct new { int a;int b; *var[5] (struct new)} Describe the statements in the above given construct ?
3314What is the fallacy in the following program segment ? int *f1() { int a=5; return &a; } f() int *b=f1() int c=*b; }
1 4321Draw the diagram showing the function stack, illustrating the variables that were pushed on the stack at the point when function f2 has been introduced . type def struct { double x,double y} point; } main( int argc, char *arg[3]) { double a; int b,c; f1(a,b); } f1(double x, int y) {point p; stack int n; f2(p,x,y) } f2(point p, double angle) { int i,j,k,int max;
2107Two trains A&B start at opposite points 120km apart at 60kmph. A fly starting along with train A at 120kmph reaches B then returns back to touch A and continues the two and fro movement. By the time two trains meet how much distance would the fly have traveled?
1 9318In a class 80% have passed in English, 70% passed Hindi, 10% didn't pass either. If 144 students passed both the subjects. What is the total strength of the class?
3 12220Find the least number which when divided by 7 gives the reminder 6, when divided by 6 gives reminder 5, when divided by 5 gives reminder 4 and so on ?
7 29521If a man stands in front of sun what is the first letter of the direction which is left to him ?
4 10960Post New Geometric Software Interview Questions
Your company provides answering services for several major catalog retailers. The number of calls coming into the service center per month has continued to increase over the past 18 months. The phone system is approaching the maximum load limits and needs to be upgraded. You've been assigned to head up the upgrade project. Based on the company's experience with the vendor who worked on the last phone upgrade project, you're confident they'll be able to assist you with this project as well. Which of the following is true? A. You’ve made an assumption about vendor availability and expertise. The project came about due to a business need. B. Vendor availability and expertise are constraints. The project came about due to a business need. C. You've made an assumption about vendor availability and expertise. The project came about due to a marketing demand. D. Vendor availability and expertise are constraints. The project came about due to a marketing demand.
How to Write a raw string of data to the printer?
Define What does civil status mean?
Do I need apache tomcat?
Is java call by value?
How promotions are created and stored in wcs?
What is same origin policy? How you can avoid same origin policy?
Explain the term specialization.
How do I remove a label?
What pieces of research might you be asked to do as a graduate recruit in the department you're applying to?
How does blockchain differ from relational databases?
A) Which two are benefits of Teradata's support for ANSI Standard SQL? (Choose two.) 1.data is distributed automatically 2.queries get optimized to better plans 3.submit queries from other database systems 4.can interface with BI tools B) Which statement is true when comparing the advantages of third normal form to star schema? 1.Star schema tends to have fewer entities. 2.Star schema requires additional data storage. 3.Third normal form tends to have fewer entities. 4.Third normal form requires additional data storage. C)Which two sets of functions does the Parsing Engine (PE) perform? (Select two.) 1.sorting, formatting, and aggregating of the final answer set 2.flow control of the data to and from the participating tables 3.SQL statement interpretation, syntax validation, and semantic evaluation 4.dispatching the step execution sequence to the AMP via the BYNET D) Which two can be achieved with Teradata Active System Management (TASM)? (Choose two.) 1.disable hardware 2.react to hardware failure 3.influence response times 4.collect metadata E) Which three mechanisms can be used to ensure security within the Teradata Database? (Choose three.) 1.views 2.spool limits 3.roles 4.access rights 5.profiles
Is internal hard disk repairable?
What is the host defense mechanism shown if the infection is through proliferation?
How do you use a while loop in pl sql?