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 multidimensional arrays
Explain goto?
Here is a good puzzle: how do you write a program which produces its own source code as output?
What is pointer to pointer in c language?
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
Why do we need functions in c?
What is void main ()?
How can I invoke another program or command and trap its output?
What is the difference between typedef struct and struct?
Differentiate between a structure and a union.
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
Does * p ++ increment p or what it points to?
What is the difference between text and binary i/o?
what is ur strangth & weekness
What is self-referential structure in c programming?