shorting algorithmS
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to find minimum between three no.s whithout using comparison operator.
how many errors in c explain deply
What is a null pointer in c?
Is there any demerits of using pointer?
plssssss help !!....using array.. turbo c.. create a program that will accept number of words to be consored. .a word must not exceed 10 characters long .the text to be entered will be no longer than 200 characters .there will be no 10 words example: enter number of words to be censor: 5 enter words to censor: windows office microsoft bill gates enter text to censor: bill gates founded microsoft and makes office and windows sample output: <consored> <censored> founded <censored> and makes <censored> and <censored>
What are volatile variables?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
What are the preprocessors?
Is that possible to add pointers to each other?
What is a #include preprocessor?
Why doesn't C support function overloading?
What is the difference between strcpy() and memcpy() function in c programming?