why we are using float in C
Answers were Sorted based on User's Feedback
what does the following function print? func(int i) { if(i%2)return 0; eale return 1; } main() { int =3; i=func(i); i=func(i); printf("%d",i);}
What is data structure in c and its types?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
When do we get logical errors?
Can we initialize extern variable in c?
WHAT IS LOW LEVEL LANGUAGE?
What ios diff. Between %e & %f?
int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer
What is difference between structure and union with example?
Explain what does a function declared as pascal do differently?
What is queue in c?
how to devloped c lenguege?