Answer Posted / nand lal
Text Editor is a program you can create and edit text
files.Text Editor is important part of computing Environment.
Text Editing use for various purpose now day Text Editor is
Usually to source code editors.This Include many feature for
writing and editing source code.
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
what are importance in problem tracking
what is the diffrence between software and hardware language?
Busy waiting is a method whereas a taskwaits for a given event by continiously checking for an event to occur. What is the main problem with this approach
what is the filters in biztakk server? where it can use?
which book we learned this mantis? how many version are realsed this mantis upto now?
1. Write a program to create a sentence at runtime and count number of vowels in it ? 2. Write a program to get a string and to convert the 1st letter of it to uppercase ?
what is best way to create a Thread class & why?
Hi can you please help for the following. I have a ASP.Net web page I want to print the whole page how is it possible? I want It in ASP also.Please send me the solutions dipankar.hazari@gmail.com . Thanks in advance.
What is abstract Method i want the exact definition and is there any possibility to declare class as abstract without any abstract methods in that class?If it is possible then tell me why and how?
What is the purpose of
hai i am prasanna.I am MCA 2009 fresher.tell me about certifications.which certification helps me to improve my carrier and to get a technically oriented job ,which certification helps to get job faster.
What is the first message line that any language learning prints on the screen? and why?
Given an array of size n, containing every element from 1 to n+1, except one. Find the missing element.
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)
Can any one give an example (Source Code) on virtual function implemetation in Java?