what is the value of 'i'?
i=strlen("Blue")+strlen("People")/strlen("Red")-strlen("green")
Answer Posted / jaya prakash
One Only
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What is && in c programming?
The statement, int(*x[]) () what does in indicate?
Why structure is used in c?
Can we replace the struct function in tree syntax with a union?
Can a void pointer point to a function?
Is there any possibility to create customized header file with c programming language?
Explain what are binary trees?
What is the difference between int main and void main?
How can variables be characterized?
What does the format %10.2 mean when included in a printf statement?
Is malloc memset faster than calloc?
What are valid operations on pointers?
Why is c still so popular?
What is clrscr ()?
Explain how can I remove the trailing spaces from a string?