Differentiate between null and void pointers.
No Answer is Posted For this Question
Be the First to Post Answer
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>
write a c program that if the given number is prime, and their rearrangement(permute) of that number is also prime. Ex: Input is "197" is prime Output: 791,917,179 is also prime. Please any one tell me tha code for that
What is #include stdio h?
what is the maximum no. of bytes calloc can allocate
What are global variables?
what do the 'c' and 'v' in argc and argv stand for?
Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning
Where are some collections of useful code fragments and examples?
Why header file is used in c?
Write a program to print distinct words in an input along with their count in input in decreasing order of their count
What is dynamic memory allocation?
What is the usage of the pointer in c?