Questions tagged as 'c'

2
answers

I get an error in case and I do not know why please help urgently [closed]

#include<stdio.h> #include<stdlib.h> #include<conio.h> int main(void) {int i,n1,n2,sum,res,mul,div,n; printf("INGRESE LA OPCION QUE DESEA "); scanf("%d",&i); switch(i) case 1: printf("/n Ingrese un numero"); scanf("%d",&...
asked by 01.02.2018 / 21:29
1
answer

My program does not work [closed]

At the moment of executing my program it works, but in a trapezoid and in a rectangle it gets stuck. I've checked it and I do not know what the fault is. This is the code. #include<stdio.h> #include<conio.h> #include<math.h&g...
asked by 11.09.2017 / 00:22
1
answer

I have a linked list [closed]

How do I add data (10 integers specifically) and then display a report on the items stored in the list?     
asked by 07.12.2018 / 05:44
1
answer

What is the memset for? [closed]

But I really do not know what function the memset performs (). #include <unistd.h> #include <stdlib.h> #include <stdio.h> #include <string.h> int main() { int data_processed; int file_pipes[2]; const char s...
asked by 13.06.2017 / 17:25