Posts

IBM Watson Studio | IBM IBM Watson Studio Scale AI across cloud environments About cookies on this site Our websites require some cookies to function properly (required). In addition, other cookies may be used with your consent to analyze site usage, improve the user experience and for advertising. MLOps Watson Studio (service) Cloud Pak for Data (platform) Red Hat® OpenShift® (architecture) Your private cloud (infrastructure) IBM Public Cloud (infrastructure) Go to 2nd file

Privacy Policy

Privacy Policy for Campus Live App Privacy Policy for Campus Live App This Privacy Policy explains how we collect, use, and protect the personal data of our users who access and use our Campus Live app. How We Use Personal Data We use the personal data we collect from our users in the following ways: To provide personalized news and updates related to BNCET To improve our app's functionality and user experience To communicate with our users about our app and related products or services To comply with legal or regulatory requirements Sharing Personal Data We do not share our users' personal data with third parties, except in the following cases: With our service providers who help us to operate and improve our app As required by law or legal process In connection with a merger, acquisition, or sale of all or a portion of our business Data Security We take reasonable measures to protect our users' pers...
  C Programs If you really want to learn programming then do attempt C programs before watching its solution. Do not give up too early, give time to yourself. When program is developed, you should dry run it to check its correctness. Now type the code in the editor, compile and run it. Hopefully outcome is no different from what you were expecting, otherwise your dry run was not done in proper manner. Finding mistakes in your program by yourself without compiling it is very important in skill development. Click on the solution link for the corresponding problem. Warm up Programs Write a program to add two numbers. Solution Write a program to calculate area of a circle. Solution Write a program to print your name at the center of the screen. Write a program which takes input as integers only that is restrict other characters from input Solution Elementary tricky programs How to print %d using printf in C language Solution Write a program to swap two numbers Solution...