if p is a string contained in a string?
No Answer is Posted For this Question
Be the First to Post Answer
what is dangling pointer?
what is the disadvantage of using macros?
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>
Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }
How can I find the modification date of a file?
write a c program to convert fahrenheit to celsius?
What is the difference between fread buffer() and fwrite buffer()?
What are operators in c?
Write a program to find the smallest and largest element in a given array in c language
what is the hardware model of CFG( context free grammar)
what is the output for this question: main() { int i=1; printf("%d%d%d",i,i++,++i); }
difference of two no's with out using - operator