what is the value of 'i'?
i=strlen("Blue")+strlen("People")/strlen("Red")-strlen("green")
Answer Posted / vignesh1988i
THIS will be replaced as
4+6/3-5
the output is 1
| Is This Answer Correct ? | 29 Yes | 1 No |
Post New Answer View All Answers
What is return type in c?
How can I find out how much free space is available on disk?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
Write a program for Overriding.
How #define works?
How do you determine whether to use a stream function or a low-level function?
Why malloc is faster than calloc?
What’s a signal? Explain what do I use signals for?
What is switch in c?
What's the best way of making my program efficient?
What are the types of data structures in c?
What is call by reference in functions?
What is a 'null pointer assignment' error?
Why static is used in c?