what is the value of b
if a=5;
b=++a + ++a
Answer Posted / raman
ans would be 14
because...
if u dont believe tn run the program
u'll understand
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What are conditional operators in C?
What is the explanation for prototype function in c?
How old is c programming language?
What is the use of function overloading in C?
When should I declare a function?
How can I access an I o board directly?
write a program to rearrange the array such way that all even elements should come first and next come odd
What tq means in chat?
how can use subset in c program and give more example
Is there a built-in function in C that can be used for sorting data?
Write a C program that will accept a hexadecimal number as input and then display a menu that will permit any of the following operations to be carried out: Display the hexadecimal equivalent of the one's complement. (b) Carry out a masking operation and then display the hexadecimal equivalent of the result. (c) Carry out a bit shifting operation and then display the hexadecimal equivalent of the result. (d) Exit. If the masking operation is selected, prompt the user lor the type of operation (bitwise and, bitwise exclusive or, or bitwise or) and then a (hexadecimal) value for the mask. If the bit shifting operation is selected. prompt the user for the type of shift (left or right), and then the number of bits. Test the program with several different (hexadecimal) input values of your own choice.
What are the advantages of c preprocessor?
How are 16- and 32-bit numbers stored?
how should functions be apportioned among source files?
What language is c written?