Search:

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

Search: Search took 0.00 seconds.

  1. Answers
    3
    Views
    18,427

    Re: Content of an obj file in C

    The aim of the C Programming is to produce an independent executable code. It happens in two steps e.g. Compiling & Linking.

    After compilation the “Source code” (which is written by a programmer)...
  2. Re: Why we are using the int in Malloc function

    Malloc function requires size of the data type or expression as an argument to allocate memory space dynamically. Malloc will not return any error message if we will write 2(or any integer) insted of...
  3. Answers
    3
    Views
    6,293

    Re: C Coding Question

    :mad: Sorry, Last post was made wrongly.

    /*Without using library function*/

    #include<stdio.h>
    void main()
    {
    int len1,len2,i;
    char str1[20],str2[20];
  4. Answers
    3
    Views
    6,293

    Re: C Coding Question

    #include<stdio.h>
    void main()
    {
    int len1,len2,i;
    char str1[20],str2[20];

    printf("Enter String 1::");
    fflush(stdin);
    scanf("%s",str1);
  5. Re: Connect diskless client computer to a server

    Any NIC supported by a Boot Rom will help you to solve your problem.
    Please specify your OS Type to get the proper answer.
  6. Answers
    1
    Views
    3,911

    PeopleSoft Re: c++ related.

    Here MFC Stands for Microsoft Foundation Class
Results 1 to 6 of 6
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