Interview Questions Answers.ORG
Interviewer And Interviewee Guide
Interviews
Quizzes
Home
Quizzes
Interviews Best Multimedia Interviews:3D Animation3D Studio MaxCompression StandardCoreldrawDesign EngineerDreamWorks AnimatorGIF AnimationGnuplotGraphicsGraphics DesignerImage ProcessingImage Processing AlgorithmsImage Processing GeneralInPageInterior DesignMediaMultimediaMultimedia CompressionMultimedia GeneralOpen GLPhotographerScientific VisualizationSilverlightSMILVisual Effects
Copyright © 2018. All Rights Reserved
Image Processing Interview Question:
What is procedure to implement highlight as a blinking
operation?
Submitted by: AdministratorThe 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.
Submitted by: Administrator
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.
Submitted by: Administrator
Copyright 2007-2025 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.
https://InterviewQuestionsAnswers.ORG.