Explain what are the __date__ and __time__ preprocessor commands?
No Answer is Posted For this Question
Be the First to Post Answer
What is || operator and how does it function in a program?
How can I return multiple values from a function?
how could explain about job profile
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 function of volatile in c language?
void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 Answers C DAC, CDAC, Infosys, Wipro,
How do c compilers work?
how to count no of words,characters,lines in a paragraph.
What does typeof return in c?
What is extern variable in c with example?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
What is nested structure with example?