Search:

Type: Posts; User: Ayesha Siddiqua; Keyword(s):

Search: Search took 0.00 seconds.

  1. Answers
    3
    Views
    9,247

    Re: c interview questions

    It is the process of identifying and correcting or removing the bugs
  2. Thread: #if

    by Ayesha Siddiqua
    Answers
    3
    Views
    3,367

    Re: #if

    #if a conditional compilation directive.
    Syntax-#if(constant_expression)
    #else
    #endif
    The compiler only compiles the lines that follows the #if directive wen...
  3. Answers
    4
    Views
    85,145

    Re: compile c program at command prompt

    c:\>admin/student/
    c:\>admin/student/cd..
    c:\>admin/cd..
    c:\>cd tc
    c:\>cd bin
    c:\>tc
  4. Thread: union

    by Ayesha Siddiqua
    Answers
    3
    Views
    3,307

    Re: union

    A union is a variable typed by the keyword union, which may hold at different types and sizes. Union provides a way to manipulate different kinds of data ina single storage, ie. the purpose of union...
  5. Answers
    1
    Views
    2,853

    Re: Question!!!

    #include<stdio.h>
    main()
    {
    int num[10],i,n,child,teenager,adult,name;
    clrscr();
    printf("How many elements?");
    scanf("%d",&n);
    printf("\nEnter %s and %d=",name,n);
    for(i=0;i<n;i++)...
Results 1 to 5 of 12
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