SharpScribbles icon indicating copy to clipboard operation
SharpScribbles copied to clipboard

My doodles as I learn C#

Results 2 SharpScribbles issues
Sort by recently updated
recently updated
newest added

Hello: I am using Windows 10, I recently installed Thunderbird to send/receive emails. I have 6 different profiles with different email providers. I just want to export 6 profiles or...

#include int main{ int a,b,c; printf("Enter the first number:\n); scanf("%d",&a); printf("Enter the second number:\n); scanf("%d",&b); c=a+b; printf("sum= %d", c); return 0; }