What is pre-emptive data structure and explain it with example?
What is %lu in c?
What is switch in c?
how many errors in c explain deply
can anyone suggest some site name..where i can get some good data structure puzzles???
What is variable declaration and definition in c?
Explain high-order bytes.
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }
What is string function in c?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
shorting algorithmS
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
what is ur strangth & weekness