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

hi any body pls give me company name interview conduct "c" language only

1659


what is a constant pointer in C

664


What is a constant and types of constants in c?

594


In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping

972


int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above

734






What is memory leak in c?

627


Write a program that accept anumber in words

1244


write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?

1670


If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?

770


Can you write a programmer for FACTORIAL using recursion?

604


Is that possible to store 32768 in an int data type variable?

685


How can you call a function, given its name as a string?

707


Explain do array subscripts always start with zero?

751


Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?

652


What are the basic data types associated with c?

805