actually i have 2 years teaching experience as computer
faculty but now i am a DBA but when i go for interview many
peoples asked me why i left my teaching profession and why
i want to come in this field kindly give me the proper
answer of this queston
Answer Posted / limaai
sir you are said that lecturer, teaching profession is very
good.but improve my knowledge.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is null in c?
Can we declare a function inside a function in c?
What is the difference between memcpy and memmove?
Write a progarm to find the length of string using switch case?
Explain the difference between malloc() and calloc() function?
Why does everyone say not to use gets?
How can you invoke another program from within a C program?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
How does struct work in c?
What does dm mean sexually?
What functions are used in dynamic memory allocation in c?
What are the types of pointers?
What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above