Includehelp
1.49K subscribers
2 photos
74 links
Official channel of includehelp.com - Learn technologies , A platform for computer science students and developers to learn and share technologies.
Download Telegram
Includehelp pinned ยซDigital Marketing Multiple-Choice Questions (MCQs) https://www.includehelp.com/mcq/digital-marketing-mcqs.aspxยป
what will be the o/p of the following C program.
#include <stdio.h>
int main()
{
int a=10;
if(a==10)
{
printf("Hello...");
break;
printf("Ok");
}
else
{
printf("Hii");
}
return 0;
}
๐Ÿ‘17
Python NumPy Programs
Find 100+ solved programs on Python NumPy, practice these programs to learn the concept of Python NumPy. These programs contain the solved code, explanation, and output used in the Python NumPy programs.
https://www.includehelp.com/python/numpy-programs.aspx?ref=tel
๐Ÿ‘6