what is the value of 'i'?
i=strlen("Blue")+strlen("People")/strlen("Red")-strlen("green")
Answer Posted / vignesh1988i
THIS will be replaced as
4+6/3-5
the output is 1
| Is This Answer Correct ? | 29 Yes | 1 No |
Post New Answer View All Answers
hi send me sample aptitude papers of cts?
What is the best way to store flag values in a program?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
What are the uses of null pointers?
Can we add pointers together?
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
What is typeof in c?
Why is c called a mid-level programming language?
Should a function contain a return statement if it does not return a value?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
How do we open a binary file in Read/Write mode in C?
What do you mean by a local block?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
Why we use int main and void main?