What is the scope of static variables?
how can i get the output 54321 4321 321 21 1 in c programming........???? pls help......
Is null valid for pointers to functions?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
Can the sizeof operator be used to tell the size of an array passed to a function?
write a c program to accept a given integer value and print its value in words
4 Answers Vernalis, Vernalis Systems,
int j =15,i; for (i=1; 1<5; ++i) {printf ("%d%d ",j,i); j = j-3; }
Explain what is the difference between a free-standing and a hosted environment?
How can I convert a number to a string?
What are .h files and what should I put in them?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
what is the difference between c and java?
write a program structure to find average of given number