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 ?
3224What is the fallacy in the following program segment ? int *f1() { int a=5; return &a; } f() int *b=f1() int c=*b; }
1 4181Draw 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;
2030Two 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 9176In 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 11982Find 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 29062If a man stands in front of sun what is the first letter of the direction which is left to him ?
4 10618Post New Geometric Software Interview Questions
What is the usage of Hibernate QBC API?
How we are using this function?
How to create connection in php?
Where can I get excellent free Business Analyst training online?
How we can declare variable in php?
What is a dba?
What is a DependencyProperty?
I have placed a PO for an item 100 qty Rs.10/Per qty , therefore total cost of the item is Rs. 1000, and this PO Is GR based invoice verification checked. Vendor is sending me 100 QTY but my store keeper doing GRN only for 98, because he is saying that he lost two quantity, so the GRN has been made for Rs 980. Now the vendor is sending me the invoice for total 100 Qty , which is coming to RS.1000 in total. Now you need to do invoice verification for this RS. 1000 to vendor. Will you able to do? If so how? If not why?
What are the security issues with ajax?
What is com binder?
What are the various types of rectifier?
What is application context in spring boot? : Spring Boot
What is the function of css?
Sometimes the side of concrete bridges is observed to turn black in color. What is the reason for this phenomenon?
How to check curl is enabled or not in PHP