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 does 2n 4c mean?
What is the difference between the expression “++a” and “a++”?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
Why can arithmetic operations not be performed on void pointers?
Is null valid for pointers to functions?
Explain what are linked list?
What is a file descriptor in c?
When can you use a pointer with a function?
Are the variables argc and argv are local to main?
How would you obtain the current time and difference between two times?
write a c program in such a way that if we enter the today date the output should be next day's date.
What is meant by inheritance?
Why double pointer is used in c?
What are the types of data structures in c?
What are the modifiers available in c programming language?