What are the types of pointers in c?
No Answer is Posted For this Question
Be the First to Post Answer
What does the function toupper() do?
hOW Can I add character in to pointer array of characters char *a="indian"; ie I want to add google after indian in the char *a
What is memmove?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
5 Answers TCS, Vimukti Technologies,
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 the advantages of using linked list for tree construction?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
What are the two forms of #include directive?
Explain two-dimensional array.
What is sizeof array in c?
What does sizeof int return?
Explain what does the format %10.2 mean when included in a printf statement?