Posts by Ricardo Baltazar • 19 points
2 posts
-
0
votes1
answer42
viewsQ: string in C returning symbols instead of characters
I have this simple code in C language that gets an input value and returns the value on the screen. Instead of showing the string on the screen, it shows symbols like bars. When I do the procedure…
-
-1
votes1
answer30
viewsQ: Post goes as Null in the Node api
I am learning how to create a simple API with Node. The get works perfectly, but the post ends up going like null. The code goes like this const express = require('express'); const server =…