what is the value of 'i'?
i=strlen("Blue")+strlen("People")/strlen("Red")-strlen("green")
Answer Posted / vimal
1
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
List some of the dynamic data structures in C?
Do you have any idea about the use of "auto" keyword?
Can we change the value of constant variable in c?
Explain 'bus error'?
List the difference between a "copy constructor" and a "assignment operator"?
When is a “switch” statement preferable over an “if” statement?
Explain what is wrong in this statement?
What is a null string in c?
What is pass by reference in c?
What is a file descriptor in c?
difference between Low, Middle, High Level languages in c ?
What is a static variable in c?
What does calloc stand for?
If fflush wont work, what can I use to flush input?
How the c program is executed?