Search:

Type: Posts; User: magestrium

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    31,846

    man check the valuds of charge that u assume in...

    man check the valuds of charge that u assume in test and the values that comes by using the formula.they should be same
  2. Replies
    8
    Views
    31,846

    man check the valuds of charge that u assume in...

    man check the valuds of charge that u assume in test and the values that comes by using the formula.they should be same
  3. Replies
    7
    Views
    1,563

    a better way is to store all numbers in an array...

    a better way is to store all numbers in an array and then compare.
  4. Replies
    5
    Views
    1,064

    thanks subsonics

    thanks subsonics
  5. Replies
    5
    Views
    1,064

    i am asking in general

    i am asking in general
  6. Replies
    5
    Views
    1,064

    little help neede

    hey guy's can give a detailed explanation on linker error, what it is,how it comes etc....
  7. Replies
    9
    Views
    2,963

    if u dont want to use strcmp() use a loop

    if u dont want to use strcmp() use a loop
  8. Replies
    1
    Views
    1,226

    c certifications

    from where can i get a reputed certificate in c??
  9. Replies
    12
    Views
    22,530

    char is always unsigned. for example if u give...

    char is always unsigned. for example if u give char a=-257 it wont bother about '-'. it will simply print value of corresponding to char 1, some special symbol.
  10. Replies
    13
    Views
    4,962

    strol()?? it converts char string to long...

    strol()?? it converts char string to long integer. can u convert 10011011 in binary to octal system using strol
  11. Replies
    20
    Views
    2,288

    when u write a==b in for the compiler checks for...

    when u write a==b in for the compiler checks for 1==5 which is not true hence the program terminates and no output just blank space.
  12. Replies
    4
    Views
    5,291

    remove k=null and u can also remove the whole...

    remove k=null and u can also remove the whole else do u want to print same elements too?
  13. Replies
    7
    Views
    18,096

    K always 4 then, how about a solution??

    K always 4 then, how about a solution??
  14. THIS WILL WORK #include #include...

    THIS WILL WORK
    #include<stdio.h>
    #include <conio.h>
    void largest(int);//determines the largest integer entered of 3 inputs
    void smallest(int);//determines the smallest integer of 3 inputs

    int...
Results 1 to 14 of 17