Is this program statement valid? INT = 10.50;
No Answer is Posted For this Question
Be the First to Post Answer
prototype of sine function.
every function has return the value?
what is meant by flushll() in c programming?
which is faster execution: loops or recursion?
write a fuction for accepting and replacing lowercase letter to'Z' with out using inline function.
how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
Why doesnt this code work?
IS it possible to define a zero sized array in c.if it is possible how can the elements of that array can be accessed.array index starts from zero,if it is possible to define zero sized array how can be its first element can be accesseed.
Can we declare variable anywhere in c?
int j =15,i; for (i=1; 1<5; ++i) {printf ("%d%d ",j,i); j = j-3; }
What is external and internal variables What is dynamic memory allocation what is storage classes in C
we all know about the function overloading concept used in C++ and we all learnt abt that.... but that concept is already came in C in a very smaller propotion ... my question is IN WHICH CONCEPT THERE IS A USE OF FUNCTION OVERLOADING IS USED in C language?????????????