pierrot's divisor program using c or c++ code
No Answer is Posted For this Question
Be the First to Post Answer
Can a pointer be volatile in c?
what is data structure
Explain what will the preprocessor do for a program?
How is a macro different from a function?
hi send me sample aptitude papers of cts?
What do you understand by normalization of pointers?
A B C D E F G F E D C B A A B C D E F F E D C B A A B C D E E D C B A A B C D D C B A A B C C B A A B B A A A
What are the benefits of c language?
array contains zeros and ones as elements.we need to bring zeros one side and one other side in single parse. ex:a[]={0,0,1,0,1,1,0,0} o/p={0,0,0,0,0,1,1,1}
what is meant by the "equivalence of pointers and arrays" in C?
what is the code for getting the output as * ** ***
code for concatination of 2 strings with out using library functions?