Search:

Type: Posts; User: chandanpatra

Search: Search took 0.00 seconds.

  1. Replies
    21
    Views
    4,838

    I am also a newcomer, Just want to know whether...

    I am also a newcomer, Just want to know whether the following will be quite faster to find prime numbers.


    #include "math.h"
    main() /* This Generates Prime from 5 to 5000 */
    {
    int i, j, k,...
  2. Replies
    1
    Views
    1,111

    #define problem in C

    struct s { int i; };
    typedef struct s service;

    #ifdef __SERVICE__
    #define FOO 2
    #endif

    main()
    {
    printf("%d",FOO);
Results 1 to 2 of 2