Computers & IT (Non-Engg)
Get insights from 29.7k questions on Computers & IT (Non-Engg), answered by students, alumni, and experts. You may also ask and answer any question you like about Computers & IT (Non-Engg)
Follow Ask QuestionQuestions
Discussions
Active Users
Followers
New answer posted
9 years ago
Guide-Level 11
You can try a C-DAC course. After pursuing this course, you will see a change and effect in the job role and pay packages.
Best of luck.
New answer posted
9 years agoGuide-Level 14
The faculty should be good and institute should have actual devices to practice on, no simulators. You should try to get in touch with students and figure out, if they are satisfied. There are always one or two famous teacher in institute, make sure you join there batch.
New answer posted
9 years agoGuide-Level 14
Best of luck.
New question posted
9 years agoNew answer posted
9 years agoBeginner-Level 5
1. BBA.
2. B.Com
3. B.Com honors.
4. Economics honors.
New answer posted
9 years ago
Guide-Level 14
IBM recruits for many positions based on the skills. You may opt any skill, but important is whatever the skill you have, you need to have a thorough knowledge of this.
New answer posted
9 years ago
Guide-Level 14
Yes, you may go for robotics but considering the current situation or even after three years it's hard to say whether India has a good opportunity for robotics or not.
New answer posted
9 years ago
Scholar-Level 18
New answer posted
9 years ago
Contributor-Level 7
To my way of thinking, Koenig Solutions is one of the best institute in all over India. It is offering best training environment for students. The institute will give practical, interactive and scenario-based environment, where students will be made known how to test, secure, scan, and hack important infrastructure and data in the cyberspace.
New answer posted
9 years ago
Guide-Level 15
Global variables can be accessed by any function within the class / package, where it is declared. Local variables, on the other hand, can be accessed only within a particular function where it has been declared.
E.g.: int a=10;
int disp()
{cout a; //displays value 10
int b=5;
cout b; //displays value 5}
cout a;//displays 10 as a is global variable
cout b; //Error. As b is a local variable defined in function disp(). Hence, cannot be accessed outside of the function.
I hope it helps. If so, kindly upvote this answer. If you have any further questions, kindly revert.
Taking an Exam? Selecting a College?
Get authentic answers from experts, students and alumni that you won't find anywhere else
Sign Up on ShikshaOn Shiksha, get access to
- 66k Colleges
- 1.2k Exams
- 711k Reviews
- 1850k Answers
