As you can see it is giving me 1 but why? When i do t-p then it gives me -1 . Why ? int f=4, o=8; int *p, *t; p = &f; t = &o; printf("Difference betwee
I would like to create a web service by spring boot with Java learning tasks. I would like users to be able to upload their solutions as java classes to a web s
I am deploying my lambda function written in node v12 on North Virginia (us-east-1) region. And I am getting this error saying Unzipped size must be smaller tha
I am using mongoose for validation, and I want to pass the results back to the client. The JSON blob that mongoose gives for errors is almost exactly what I nee
I am trying to connect to Mongodb to define connect, disconnect and use it in an API. I receive this TypeError of cannot read properties of undefined (reading '
Struggling with a Typescript concept. In my application users can create bids or prices for products available for sale, but when doing the typing I keep going
I am trying to get queueSid from task but it causes my app to break completely with a console error "The above error occurred in the ACW component:" class ACW e
I have this model: struct ExactLocation { var coordinates: CLLocationCoordinate2D? { get async throws { let geocoder = CLGeocoder()