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
What does emoji p mean?
Which driver is a pure java driver
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
Explain what are bus errors, memory faults, and core dumps?
What does a pointer variable always consist of?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
int far *near * p; means
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
What do you mean by dynamic memory allocation in c? What functions are used?
Do array subscripts always start with zero?
What is double pointer?
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
What is the use of a semicolon (;) at the end of every program statement?
Are there constructors in c?
What is meant by recursion?