What are c preprocessors?
What is static volatile in c?
How can I get the current date or time of day in a c program?
What is self-referential structure in c programming?
What are function pointers? Provide an example.
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 program to print the one dimensional array.
What is c definition?
In a switch statement, explain what will happen if a break statement is omitted?
Do you know pointer in c?
What is the difference between array and structure in c?
What is structure pointer in c?
How will you delete a node in DLL?