What is structure of c program?
No Answer is Posted For this Question
Be the First to Post Answer
what r the cpu registers r ther?
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 difference between char * const and const char *?
Explain how can you check to see whether a symbol is defined?
Can we change the value of #define in c?
What is s in c?
Write a small C program to determine whether a machine's type is little-endian or big-endian.
Write a function that accepts a sentence as a parameter, and returns the same with each of its words reversed. The returned sentence should have 1 blank space between each pair of words. Demonstrate the usage of this function from a main program. Example: Parameter: “jack and jill went up a hill” Return Value: “kcaj dna llij tnew pu a llih”
what is the use of #pragma pack, wer it is used?
What are integer variable, floating-point variable and character variable?
How can I call fortran?
Write a code to remove duplicates in a string.