what is the value of b
if a=5;
b=++a + ++a
Answer Posted / nitin kumar
14
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is switch in c?
Explain pointer. What are function pointers in C?
What does *p++ do?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
Write a program to print "hello world" without using a semicolon?
Can a pointer be static?
Why is structure padding done in c?
What is the use of bit field?
What does & mean in scanf?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
What are formal parameters?
What are compound statements?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
Simplify the program segment if X = B then C ← true else C ← false
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples