#include
#include
int main()
{
clrscr ();
int x,y;
float m;
x=10;
y=20;
m=12.5;
cout<<"Here are some values: ";
cout<
return 0;
}
Output:
Here are some values: 10 20 12.5
Complete solution for electrical engineering interview question and answers for job.The information helps to solve electronics and electrical engineers interview question and answers.This electrical engineering blog helps engineers a lot.A group of tips is also given here along with C++ programming.
No comments:
Post a Comment