Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)



Display names and numbers of employees who have 5 years or more experience and salary less than Rs.1..

Answer / un educator

Select name ,sysdate - joindate as exp,salary from employer where sysdate -joindate=5 and salary <15000

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

how to return 1000 variables from functio9n in c?plz give me code also

6 Answers  


Find the O/p of the following 1) #include int main() { char c='1'; int j=atoi(c); }

4 Answers   Subex,


int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;

0 Answers  


What is #define in c?

0 Answers  


how we can say java is platform independent, while we require JVM for that particular Operating System?

3 Answers   Honeywell, TCS,


program to find middle element of linklist?

1 Answers   Huawei,


Can a pointer be static?

0 Answers  


What is scope and lifetime of a variable in c?

0 Answers  


program to find the roots of a quardratic equation

1 Answers  


What is a protocol in c?

0 Answers  


What is #include stdio h?

0 Answers  


#define MAX 3 main() { printf("MAX = %d \n",MAX ); #undef MAX #ifdef MAX printf("Vector Instituteā€); #endif

4 Answers   IBM, Vector,


Categories