What is #include stdio h?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between array and structure in c?
What is the purpose of 'register' keyword?
State the difference between x3 and x[3].
What is a pointer value and address in c?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
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 is the real difference between arrays and pointers?
27 Answers Hexaware, Logic Pro, TCS,
print ur name without using any semicolon in c/c++....
21 Answers Bosch, TCS, Wipro,
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
write a C code to reverse a string using a recursive function, without swapping or using an extra memory.
9 Answers Motorola, TCS, Wipro,
How can a number be converted to a string?
what is the difference between structure and union?