What is form feed and carriage return?



What is form feed and carriage return?..

Answer / Shashi Ranjan Dwivedi

Form Feed ( ) and Carriage Return (
) are control characters in ASCII. Form Feed advances the printer to the next page, while Carriage Return moves the cursor back to the beginning of the line.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

How can we sort the elements of the array in descending order?

1 Answers  


What are Generics?

5 Answers   TCS,


Can you have more than one namespace in c#?

1 Answers  


What is an xsd file?

1 Answers  


In .NET which is the smallest unit of execution?

1 Answers   Siebel,


How do I create a delegate/multicastdelegate?

1 Answers  


What is the advantage of constructor?

1 Answers  


Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).

1 Answers  


Explain how to implement delegates in c#.net

1 Answers  


Which compiler switch creates an xml file from xml comments in the files in an assembly?

1 Answers   Siebel,


When you inherit a protected class-level variable, who is it available to?

4 Answers   Visual Soft,


What is the difference between ienumerable and icollection?

1 Answers  


Categories