Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Write a procedure to implement highlight as a blinking
operation.



Write a procedure to implement highlight as a blinking operation...

Answer / mansi

The function textattr in conio.h can be use for this
purpose a small program has presented here...

#include<conio.h>
int main()
{
textattr(129);
cprintf("My name is Lord Blade...");
return 0;
}


here in the textattr till 128 only colors would be set and
more than it colors with blink.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Image Processing Algorithms Interview Questions

Write a routine to implement the polymarker function.

0 Answers  


What are the differences between Structural Patterns and Morphological Strutural Element?

0 Answers  


Write a program to implement the motion of a bouncing ball using a downward gravitational force and a ground-plane friction force. Initially the ball is to be projected in to space with a given velocity vector.

0 Answers  


Extend the sutherland-hodgman clipping algorithm to clip three- dimensional planes against a regular parallelepiped.

0 Answers   Infosys,


how to count no of leaves in a tree?

0 Answers   Infosys,


Where can I download the matlab source code for Mean-shift image segmentation method?

0 Answers  


What is Rectification in image prosesing ?

0 Answers  


Determine the result of performing two successive block transfer into the same area of a frame buffer using the binary arith operations.

0 Answers  


Device an algorithm for weiler – atherton polygon clipping, where the clipping window can be any specified polygon.

0 Answers  


What is the algorithms of of Geographic information system project?

0 Answers  


Develop a routine to reflect an object about an arbitrarily selected plane.

0 Answers  


Write a procedure to implement highlight as a blinking operation.

1 Answers   Titan,


Categories
  • Image Processing General Interview Questions Image Processing General (144)
  • Image Processing Algorithms Interview Questions Image Processing Algorithms (20)
  • Image Processing AllOther Interview Questions Image Processing AllOther (6)