Search:

Type: Posts; User: kommand

Search: Search took 0.00 seconds.

  1. Replies
    16
    Views
    26,627

    You know , yes you are right , putting all the...

    You know , yes you are right , putting all the format specifiers in the first argument of printf() is sucks , its faster to do as you showed.
  2. Replies
    16
    Views
    26,627

    I don't know if its a standard or no , but i...

    I don't know if its a standard or no , but i think its neater to make the format specifiers is the first argument and values in the second argument. I just feel it neater and more organized.

    It...
  3. Replies
    16
    Views
    26,627

    Thank you so much for help, i wrote it like this:...

    Thank you so much for help, i wrote it like this:





    #include "includes.h"

    int main(void) {
  4. Replies
    16
    Views
    26,627

    Checking if the input is a character ?

    I wrote this code:



    #include "includes.h"

    int main(void) {

    int number;
    char char1;
Results 1 to 4 of 5