Search:

Type: Posts; User: kavi12_nc; Keyword(s):

Search: Search took 0.00 seconds.

  1. Thread: Basics of c

    by kavi12_nc
    Answers
    3
    Views
    3,789

    Re: Basics of c

    If you are using functions declaring in c std files, u are forced to include library files to make the function execute properly.
  2. Answers
    4
    Views
    6,316

    Re: Learn Pointers in C

    To learn pointers, use them frequently.
  3. Answers
    1
    Views
    2,868

    Re: C Program Code

    Try this only if u are not able to solve the puzzle,

    int num1=12,num2,i;
    clrscr();
    num2=num1/2 - 1;
    for(i=0;i<7;i++){
    printf("\n");
    printf("%d",num1);
    if((i<(num2+1))&&(i)){...
  4. Answers
    3
    Views
    3,432

    Re: String to int conversion...

    struct record{
    int num,password;
    char name[10];
    };

    struct record person[2]={1,6,"ka", 2, 5, "123"};; //array of structure

    void func1();

    void main(){
  5. Answers
    3
    Views
    3,432

    Re: String to int conversion...

    thank you. I found more bugs in addition with pointed out by u.

    I'll come back soon with proper code n' query.
  6. Answers
    3
    Views
    3,432

    String to int conversion...

    Hello everybody!

    Please have look on this code.

    struct record{
    int num,password;
    char name[10];
    };

    struct record person[10]; //array of structure
  7. Re: how we can read database file in C language?

    Thanks!
    I have convert my .mdb file in txt, and can easily access that.

    Thank you
  8. how we can read database file in C language?

    Hi,
    As we can read and wirte to text file, is it possible to read databse .mdb file through C programme? And how?

    kavita
Results 1 to 8 of 8
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact