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 / 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 |
pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?
2 Answers eClerx, Excel, kenexa,
What is huge pointer in c?
What is an array in c?
can any one tel me wt is the question pattern for NIC exam
Why is malloc used?
What is array in C
sir, i cannot find the way how to write aprogram by using array on queue
What are preprocessor directives in c?
where do we use volatile keyword?
What are predefined functions in c?
what is the output for this question: main() { int i=1; printf("%d%d%d",i,i++,++i); }
Why header file is used in c?