Horje
hackerEarth questions Siemens Code Example
hackerEarth questions Siemens
#include<stdio.h>

int main()
{
    int c[ ]={2.8,3.4,4,6.7,5};
    int j, *q=c;
    for(j=0;j<5;j++)
    {
        printf("%d ",*c);
        ++q;
    }
    return 0;
}




Cpp

Related
vector keyword in c++ Code Example vector keyword in c++ Code Example
c code to c++ converter Code Example c code to c++ converter Code Example
Find duplicates in an array geeks for geeks solution in cpp Code Example Find duplicates in an array geeks for geeks solution in cpp Code Example
how to make a running text in c++ Code Example how to make a running text in c++ Code Example
how to run the code Code Example how to run the code Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9