what is the value of b
if a=5;
b=++a + ++a
Answer Posted / kuldeep
13
| Is This Answer Correct ? | 151 Yes | 77 No |
Post New Answer View All Answers
Write a program in c to replace any vowel in a string with z?
Does c have function or method?
Write a program to print fibonacci series using recursion?
How can I direct output to the printer?
What is meant by high-order and low-order bytes?
What is operator promotion?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
What is pointers in c with example?
How does normalization of huge pointer works?
How can I sort a linked list?
Mention four important string handling functions in c languages .
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
List the difference between a "copy constructor" and a "assignment operator"?
How to define structures? ·
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;