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


Please Help Members By Posting Answers For Below Questions

How to delete a node from linked list w/o using collectons?

2079


What is volatile variable how do you declare it?

555


What is the use of pragma in embedded c?

583


What do you mean by a sequential access file?

615


What is else if ladder?

599






Explain the difference between structs and unions in c?

562


How can I copy just a portion of a string?

802


What is advantage of pointer in c?

679


application attempts to perform an operation?

1481


Is it fine to write void main () or main () in c?

533


What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }

684


Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.

1754


Is swift based on c?

622


please send me the code for multiplying sparse matrix using c

1708


Write the test cases for checking a variable having value in range -10.0 to +10.0?

1804