What does 3 mean in texting?
No Answer is Posted For this Question
Be the First to Post Answer
write a pgm to print 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1
is c language is a object oreinted language?
In header files whether functions are declared or defined?
How can I write functions that take a variable number of arguments?
to get a line of text and count the number of vowels in it
write a method for an array in which it can display the largest n next largest value.
how to find out the union of two character arrays?
What is a pointer variable in c language?
wat is the meaning of c?
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>
Can you please explain the difference between strcpy() and memcpy() function?
#define f(x) main() { printf("\n%d",f(2+2)); }