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
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
What is memory leak in c?
Explain the use of 'auto' keyword in c programming?
What is floating point constants?
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
What is the difference between exit() and _exit() function in c?
Why c is called procedure oriented language?
In a switch statement, what will happen if a break statement is omitted?
2) Write a program that will help Air Traffic Control for an airport to view the sequence of flights ready for take-off. The airport can accommodate 10 flights waiting for take-off at any point in time. Each flight has a unique 3 digit numeric identifier. Each time a flight takes-off, Air Traffic Control adds a flight to the waitlist. Each time a flight is added to the waitlist, the list of flights waiting to take-off must be displayed. When a flight is cleared for take-off, Air Traffic Control removes the flight from the waitlist. Each time a flight takes-off, the list of flights waiting to take-off must be displayed. Sequence of take-off is the sequence of addition to the waitlist
Write a program to reverse a string.
Why c language is called c?
Write a program to print factorial of given number using recursion?
What are shell structures used for?
What are the modifiers available in c programming language?
write a progrmm in c language take user interface generate table using for loop?