Write a c program to enter a string of paragraph and
replacing a particular word which is repeated in the
paragraph by another word?
Answers were Sorted based on User's Feedback
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits
write a program to sum of its digit with using control structure or with out using loop. for ex: let the number is 25634 then answer will be=2+5+6+3+4=20
What is the use of linkage in c language?
Are c and c++ the same?
What does the error message "DGROUP exceeds 64K" mean?
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
how can f be used for both float and double arguments in printf? Are not they different types?
When can you use a pointer with a function?
What happens if a header file is included twice?
name the language for writing c compiler?
how can i sort numbers from ascending order and descending order using turbo c..