Featured
-
Difference between variable declaration globally and locally
During my project work I was working on a code in
by avishq -
Comparing float with a value
Hi everyone, I was looking at two C programs give
by avishq -
How to tokenize the simple “Hello World” program of C/c++ language.?
Hello all. Can anyone help me to create a C/C++
by manish.joshi -
Floyd cycle detection
Can anybody tell me the complexity of Floyd cycle
by avishq
Tags
main.c:18:8: error: called object sum is not a function or function pointer
Please help me to solve the error main.c:18:8: error: called object ‘sum’ is not a function or function pointer, below is the code:
#include<stdio.h>
int sum(int*a,int*b)
{
int s=0;
s=*a=*b;
return s ;
}
...
c programming error codes
can any body tell me c programming error codes i am not able to understand the things