what is the value of b
if a=5;
b=++a + ++a
Answer Posted / harshfire92
b=14
| Is This Answer Correct ? | 55 Yes | 51 No |
Post New Answer View All Answers
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
Why do we use pointer to pointer in c?
What is #define used for in c?
What is double pointer?
How pointers are declared?
why wipro wase
Explain how does free() know explain how much memory to release?
How can I delete a file?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
What is the right type to use for boolean values in c? Is there a standard type?
in iso what are the common technological language?
Why can’t constant values be used to define an array’s initial size?
Write a program to check whether a number is prime or not using c?
What is this infamous null pointer, anyway?
Explain how can I convert a string to a number?