HELLO, I NEED SOLUTIONS [closed] - database

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 6 days ago.
Improve this question
AttributeError: module 'sqlalchemy' has no attribute '__all__'. Did you mean: '__file__'?
#i tried to create a database

Related

C program to print vowels [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 7 days ago.
Improve this question
I have declared an array of vowels and is trying to compare the input string with this vowel array to count the number of vowels. It doesn't seem working. The output seems to be the multiple of input string and 5.
How to fix this?
vowels="aeiou"

I try to get the correct answer from printf, the correct answer is 3 but i keep getting 6 [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 9 days ago.
Improve this question
#include <stdio.h>
#define DEF(x) x*6/x
int main()
{
printf("%d", DEF((12)+(-6)));
return 0;
}
I was not able to get 3 from this code.

DevC++ is not reading typedef struct in my code [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 2 years ago.
Improve this question
I'm currently making this program as an activity in class. There's an error popping up when I called the struct inside my main(). I'm posting a picture of the code and where DevC++ was saying where the error is:here's the code
studentRecord[5]; is like doing int[5];.
That will not work.
Provide a variable name.
studentRecord hi[5];

How this output is coming? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 5 years ago.
This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Improve this question
I can't understand this code.
please help me in explaining how this code works.
#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
P
getch();
}
I'll play this silly game. Your teacher is having a joke with you.
By the magic of https://www.naclbox.com/gallery/turboc :
Consider:
Then note the hidden macro definition on line 6 (note the column number):
Voila!

Where can I get a CRC (Cyclic Redundancy Check ) code? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I am looking for a package, or easy implementation of CRC 16-bit code by MATLAB
How about file exchange?
http://www.mathworks.com/matlabcentral/fileexchange/20350-16-bit-itu-t-crc

Resources