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
how do you programme Carrier Sense Multiple Access
How was c created?
What is a 'null pointer assignment' error?
What are enums in c?
Give basis knowledge of web designing ...
How to implement a packet in C
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
Why pointers are used in c?
Compare array data type to pointer data type
please explain every phase in the "SDLC" in the dotnet.
What is void main () in c?
Can you define which header file to include at compile time?
Are pointers really faster than arrays?
Why we use conio h in c?
What do you mean by a local block?