Posts by Sydius • 11 points
2 posts
-
0
votes1
answer159
viewsQ: How to add a string to a C file?
I am having a hard time passing a string to a C file. It turns out that every time I try to write something to be sent to the file, not all the desired information appears. #include<stdio.h>…
-
-2
votes1
answer150
viewsQ: Implement a C program that displays the AMOUNT of prime numbers present in a vector, using dynamic vector allocation
I’m putting together a little program that aims to count how many prime numbers are present in a vector and tell the user the amount. In this case, if the vector has 5 primes, the program must print…