answersLogoWhite

0

Again from this year GATE paper is valid for 2 year.

Try the link below for more details.

User Avatar

Wiki User

13y ago

What else can I help you with?

Continue Learning about Engineering

How long does it take to build a windmill?

It either takes 20 millenniums or 20,000 scores. I KNOW WHERE U LIVE.


What do you have to do to become an agricultural engineer?

A long career youll need to go to a university


What are 4 valid variable types in C plus plus?

long, short, char and bool are 4 valid variable types. There are many more available, including (but not limited to) float, double, int, wchar_t, size_t, as well as compound types (such as long long) and unsigned/signed variations, such as unsigned int. All of these types are primitive, integral or built-in data types. More complex data types can be formed from struct, class and union declarations, but they all simply build upon the integral types.


Do scientists know the long lasting effects of GMOs?

No one knows the long lasting effects of GMOs, though some say people have been eating them since 1996 and that is evidence that there are no long lasting negative effects of GMOs. Since long term studies on rats that showed serious effects of GMO consumption have been discredited, and GMO foods are not labeled, it is hard to determine what the long lasting effects of GMOs are. There is evidence, though it is not accepted as valid by some, that people who are put on a non GMO diet have improved health.


Display numbers from 1 to 10 using for loop?

the following is C code, should work well enough. If not, you should get the general idea. int counter; for (int i=1;i<10;i++) { println("Enter a number: "); cin << counter; } println("Total, %i", counter);