Questions tagged as 'c'

1
answer

Cast struct in struct [duplicate]

I'm using sockets on windows and when I get to the connect function I have the following parameter: (struct sockaddr *) & server (which is my socket) How does this cast work?     
asked by 29.08.2015 / 23:14
0
answers

remove vowels from a string in C [closed]

   My question is about Make a program that receives the user a string. The program prints the string without its vowels.     
asked by 22.11.2018 / 17:00
1
answer

Problem with question 2144 URI [closed]

Statement: link The code I have: { double direito,esquerdo,repeticao,e,d,m,c=0; while(1) { scanf("%lf %lf %lf",&esquerdo,&direito,&repeticao); if(esquerdo==0&&direito==0&&repeticao=...
asked by 01.11.2017 / 19:48
3
answers

How to initialize an array using pointers? [closed]

I need to initialize an array with 0 using pointer to address its elements     
asked by 12.02.2014 / 23:27