online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
/****************************************************************************** Online C Compiler. Code, Compile, Run and Debug C program online. Write your code in this editor and press "Run" button to compile and execute it. *******************************************************************************/ #include <stdio.h> #include <stdlib.h> #include <stdint.h> void Get_Coefficient_From_Value(int32_t pulse, float * coefficient); float aCoefficiants[1]={-0.000890288188976378}; float bCoefficiants[1] = {89.1324281858268}; int main() { float* cArray ; Get_Coefficient_From_Value(2211,(float*)&cArray); printf(">> out %f %f",cArray[0],cArray[1]); } void Get_Coefficient_From_Value(int32_t pulse, float * coefficient) { coefficient[0] = aCoefficiants[0]; coefficient[1] = bCoefficiants[0]; printf(">> in %f %f\n",(coefficient[0]),(coefficient[1])); }

Compiling Program...

Command line arguments:
Standard Input: Interactive Console Text

                

                

Program is not being debugged. Click "Debug" button to start program in debug mode.

#FunctionFile:Line
VariableValue
RegisterValue
ExpressionValue