11/01/2020
As part of opentraining initiative, we would be conducting our Next Opentraining Session on 25 Jan 2020 , saturday at CHennai . It will one day session by industry geeks and it's FREE. All you need is a laptop and just walkin The session would include training on C with Networking protocols suitable for Any graduates seeking entry into companies like qualcomm , juniper , aricent, altron , capgemini etc. The JD includes Design and Implementation of L2/L3/MPLS protocols .Layer 2 Features: VLAN, LAG, IGMP, ECFM, ERPS Layer 3 features: IPv3/IPv6, OSPF, BGP, ISIS MPLS Routing and MPLS-TP BCM . It includes Strong foundation in C programming which includes Data types and structures, Pointers, Linked lists, Trees and graphs etc and on top of it The networking and routing protocols etc.
Register at opentraining.in or inbox us at [email protected] or join whatsapp group at
WhatsApp Group Invite
WhatsApp Messenger: More than 1 billion people in over 180 countries use WhatsApp to stay in touch with friends and family, anytime and anywhere. WhatsApp is free and offers simple, secure, reliable messaging and calling, available on phones all over the world.
07/01/2020
We welcome you all to world of opentraining . Its an initiative to enrich the industry knowledge directly from industry experts to trainees. We would request you to introduce urself as trainee or trainer. If you are trainer, would request you to give details of the company you work and experience
We would be soon starting our Next Opentraining Sessions . The session would include training on C with Networking protocols suitable for Any graduates seeking entry into companies like qualcomm , juniper , aricent, altron , capgemini etc. The JD includes Design and Implementation of L2/L3/MPLS protocols .Layer 2 Features: VLAN, LAG, IGMP, ECFM, ERPS Layer 3 features: IPv3/IPv6, OSPF, BGP, ISIS MPLS Routing and MPLS-TP BCM . It includes Strong foundation in C programming which includes Data types and structures, Pointers, Linked lists, Trees and graphs etc and on top of it The networking and routing protocols etc.
The session would be taken by senior Architect from the industry and would be taken in classroom environment during weekends . Weekdays one can seek clarification over skype . Trainees are expected to bring their own laptops with C compiler . Timings would be communicated to you once there is enough strength of people is achieved.
This would be weekends classroom sessions and would cost 2k / month . Its an opentraining initiative just like Opensource to break the barriers of knowledge and cost of attaining that knowledge . Pls spread the word for industry trainers and trainees .
01/01/2020
Opentraining is Free Training Initiative . Under Opentraining, we only cover software application programming languages like C/C++/CoreJava. However, students who join Opentraining and finish successfully have the option to take up the advanced training program for 12 weeks. This 12 week training program after open free training would cover deep dive software training into our various enterprise software products like FieldCloud : A field force automation ERP, Logistics ERP Optimusplus, Digital Content distribution and management like Netflix , Travel and Tour mobile Apps, Retail and ecommerce ERP like magento and opencart with responsive mobile app. Learning products at source code level would help you get the tag of fullstack software developers where you get to have experience/ handson training on software programming languages like php-Mysql, Python,Android & IOS Apps, Sqllite, .NET, Automation and Manual Testing and various other programming languages being used in our products thus its as similar to year plus experince, thus making your chances of getting selected million times higher. Thus you will learn both Web Application Development and Mobile Application development in very short span of time .
09/12/2019
https://www.youtube.com/watch?v=KJgsSFOSQv0
C Programming Tutorial for Beginners
This course will give you a full introduction into all of the core concepts in the C programming language. Follow along with the tutorial video and you'll be...
09/12/2019
https://www.youtube.com/watch?v=-CpG3oATGIs
C Programming Tutorial | Learn C programming | C language
C Programming Language is the most popular computer language and most used programming language till now. It is very simple and elegant language. 1) This is ...
04/12/2019
We are giving a free training to hone the skills of Freshers who are pursuing to make their career in IT industry . We teach Mobile applications and web application development which are being used in industry such field force automation , service desk , ecommerce, IOT suitable for joining companies like zoho, freshdesk etc . Visit our website opentraining.in to know more.
07/11/2019
Its our Startup Story
Corporate Presentation
[ Use Headphones for Better Audio experience. ] B2L is leading provider of Cloud Based Business software. Our Products and services enable businesses to mana...
06/11/2019
Opentraining is free Classroom based software training program for anyone. Its a monthly program and every month we do hone skills on various subjects which includes C/C++, HTML, CSS, Php+Mysql, Android etc.
Can someone explain this C Program ?
struct course
{
int marks;
char subject[30];
};
int main()
{
struct course *ptr;
int i, noOfRecords;
printf("Enter number of records: ");
scanf("%d", &noOfRecords);
ptr = (struct course*) malloc (noOfRecords * sizeof(struct course));
for(i = 0; i < noOfRecords; ++i)
{
printf("Enter name of the subject and marks respectively:\n");
scanf("%s %d", &(ptr+i)->subject, &(ptr+i)->marks);
}
printf("Displaying Information:\n");
for(i = 0; i < noOfRecords ; ++i)
printf("%s\t%d\n", (ptr+i)->subject, (ptr+i)->marks);
return 0;
}
03/11/2019
Opentraining is an initiative to make knowledge and skill honning Free of cost for everyone. We have both class room and SKype/ Zoom sessions with our industry leaders and tutors on various software stacks . Visit Opentraining.in to know more.