Void main()
{
If(printf("C") && getch ())
}
Then output is C.
If I wrote clrscr() in the place of getch() then it gives error message why..
Answer / shresth tyagi
in if statement if you are using && then it will give you output when both the conditions are true , if one of the conditions are not true than the compiler will give you an error and the correct program is ;
void main()
{ clrscr(); // it is used to clear anything on the command prompt
int i=1;
if(i==1)
printf("C");
getch(); // it is used to get character or string to print
}
| Is This Answer Correct ? | 0 Yes | 0 No |
In Traffic Manager, How many bites occupied for TCH, Signaling & OMU?
What is non-weighted code?
needed web address and its directory for objective type question with answer in electronics instrumentation paper.
How the active power factor correction changes the wave shape of current drawn by a load to improve the power factor?
what is maskable or non maskable interrupts
what is the difference between electrical and electronic choke.. and whats the main advantage of elecronic choke?
what is used in cd audio player to reproduce sound?
Give an expression for average voltage of single phase semiconverters?
What are the applications of an inverter?
how there is a 180 degree phase shift in output signal of CE amplifier?
What is hard switching of the thyristor?
What does ce mean. You will see it on almost every chip(ic)?
Civil Engineering (5086)
Mechanical Engineering (4453)
Electrical Engineering (16638)
Electronics Communications (3918)
Chemical Engineering (1095)
Aeronautical Engineering (239)
Bio Engineering (96)
Metallurgy (361)
Industrial Engineering (259)
Instrumentation (3014)
Automobile Engineering (332)
Mechatronics Engineering (97)
Marine Engineering (124)
Power Plant Engineering (172)
Textile Engineering (575)
Production Engineering (25)
Satellite Systems Engineering (106)
Engineering AllOther (1379)