Search:

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

Search: Search took 0.00 seconds.

  1. Answers
    4
    Views
    5,088

    Re: Use of sizeof in Malloc

    The sizeof() operator is not essential in malloc,but it is used so that your program can run on all type of machine architecture.
    *****************************
    int *p ;
    p=(int *)malloc(10);
    This...
  2. Answers
    4
    Views
    5,792

    Re: Functions in stdlib.h

    system() is present in stdlib.h
    ***********************************************
    It is used to execute subprocesss and commands inside a program.
    These are passed in the form of string as...
  3. Answers
    30
    Views
    272,917

    Re: A simple Puzzle

    only one day bec
    after oneday he will came back from hell by first door........
    bec the heaven door will come to second position when he will come back..................
  4. Answers
    14
    Views
    32,484

    Re: Print 2nd largest value from array

    sort the numbers in decending order.......so second element will be at a[1]......
    *********************************************************
    #include<stdio.h>
    #include<conio.h>
    void main(){
    int...
  5. Answers
    14
    Views
    32,484

    Re: Print 2nd largest value from array

    use simple concept......
    swap the largest element at first position a[0]....second largest at second position at a[1].......smallest at last ...then print a[1]...
    *******************************...
Results 1 to 5 of 16
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