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 new line escape sequence?
Do variables need to be initialized?
What is meant by errors and debugging?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
What are the main characteristics of c language describe the structure of ac program?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
Tell me when is a void pointer used?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
What are pragmas and what are they good for?
What is array within structure?
Explain Function Pointer?
Explain what header files do I need in order to define the standard library functions I use?
differentiate built-in functions and user – defined functions.
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above