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)
Answer Posted / 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 View All Answers
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
What is the use of define in c?
What is anagram in c?
How do I determine whether a character is numeric, alphabetic, and so on?
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
Explain how do you determine a file’s attributes?
When can you use a pointer with a function?
How can you increase the size of a dynamically allocated array?
How would you rename a function in C?
what will be the output for the following main() { printf("hi" "hello"); }
What is the condition that is applied with ?: Operator?
What is a char c?
Why is c not oop?
Difference between linking and loading?
i have a written test for microland please give me test pattern